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
Description
In the code for Lazy.nvim installation, the setup function must be inside the table. At least, this what worked for me.
{
"kdheepak/lazygit.nvim",
cmd= {
"LazyGit",
"LazyGitConfig",
"LazyGitCurrentFile",
"LazyGitFilter",
"LazyGitFilterCurrentFile",
},
config=function()
require("lazy").setup({})
end,
-- optional for floating window border decorationdependencies= {
"nvim-lua/plenary.nvim",
},
-- setting the keybinding for LazyGit with 'keys' is recommended in-- order to load the plugin when the command is run for the first timekeys= {
{ "<leader>gg", "<cmd>LazyGit<cr>", desc="LazyGit" }
}
},
lazy = false also should work instead of the keybind. Desktop (please complete the following information):
Description
In the code for Lazy.nvim installation, the setup function must be inside the table. At least, this what worked for me.
lazy = false
also should work instead of the keybind.Desktop (please complete the following information):
- nvim --version
:NVIM v0.9.4
Build type: RelWithDebInfo
LuaJIT 2.1.1692716794
:checkhealth
OS Info:
{
machine = "x86_64",
release = "6.5.0-28-generic",
sysname = "Linux",
version = "#29~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr 4 14:39:20 UTC 2"
}
The text was updated successfully, but these errors were encountered: