You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run lazygit from a terminal window it successfully gets its configuration from ~/.config/lazygit/config.yml.
But when I run it from inside of Neovim it does not read that configuration.
Do I need to create a lazygit.lua file to describe the configuration I want?
It would be great to see an example of how to translate the .yml configuration to .lua format.
Hey, it looks like u just have to tell the plugin where the configuration is located .. but weird seems like u use the default configuration path, though u can add this to ur configuration (lua)
When I run
lazygit
from a terminal window it successfully gets its configuration from~/.config/lazygit/config.yml
.But when I run it from inside of Neovim it does not read that configuration.
Do I need to create a
lazygit.lua
file to describe the configuration I want?It would be great to see an example of how to translate the
.yml
configuration to.lua
format.Here is my current configuration:
The text was updated successfully, but these errors were encountered: