Add lazygit
This commit is contained in:
parent
8d0216e1fc
commit
8400e5fd4d
@ -3,7 +3,8 @@
|
|||||||
inputs.nixvim.homeManagerModules.nixvim
|
inputs.nixvim.homeManagerModules.nixvim
|
||||||
./auto-pairs.nix
|
./auto-pairs.nix
|
||||||
./options.nix
|
./options.nix
|
||||||
#./bufferline.nix
|
./bufferline.nix
|
||||||
|
./lazygit.nix
|
||||||
./telescope.nix
|
./telescope.nix
|
||||||
./nvim-tree.nix
|
./nvim-tree.nix
|
||||||
./lightline.nix
|
./lightline.nix
|
||||||
|
1
home/apps/nvim/lazygit.nix
Normal file
1
home/apps/nvim/lazygit.nix
Normal file
@ -0,0 +1 @@
|
|||||||
|
{ programs.nixvim.plugins.lazygit = { enable = true; }; }
|
Loading…
Reference in New Issue
Block a user