mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-26 11:21:34 +01:00
feat: neovim
This commit is contained in:
6
home/base/server/neovim/lua/plugins/lazygit.lua
Normal file
6
home/base/server/neovim/lua/plugins/lazygit.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
"kdheepak/lazygit.nvim",
|
||||
keys = {
|
||||
{ "<Leader>g", "<cmd>LazyGit<CR>", desc = "lazygit" },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user