diff options
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index f5d63e3..500ebde 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -13,16 +13,29 @@ inputs.mnw.lib.wrap pkgs { # Not lazy loaded. lz-n # Lazy loader nvim-treesitter.withAllGrammars # All treesitter grammars + vim-nix # Indentation for nix files ]; opt = [ # Lazy loaded. + + # UI Plugins mini-clue mini-pick mini-statusline mini-files mini-extra + plenary-nvim + + # Utility Plugins + mini-pairs comment-nvim - vim-nix + + # Git Plugins + mini-git + mini-diff + neogit + + # Colorschemes nightfox-nvim ]; }; |
