diff --git a/home/.config/nvim/lua/plugins/lazygit.lua b/home/.config/nvim/lua/plugins/lazygit.lua new file mode 100644 index 00000000..bb18f2ef --- /dev/null +++ b/home/.config/nvim/lua/plugins/lazygit.lua @@ -0,0 +1,17 @@ +return { + "kdheepak/lazygit.nvim", + lazy = true, + cmd = { + "LazyGit", + "LazyGitConfig", + "LazyGitCurrentFile", + "LazyGitFilter", + "LazyGitFilterCurrentFile", + }, + dependencies = { + "nvim-lua/plenary.nvim", + }, + keys = { + { "lg", "LazyGit", desc = "LazyGit" }, + }, +}