diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-17 12:45:30 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-17 12:45:30 -0400 |
| commit | 89a88e24d00306076b067a0ccb87ad2a603054f3 (patch) | |
| tree | 85b5ef8730893b4ac2b750498916ee7f90e44e0d /pkgs/custom-neovim/default.nix | |
| parent | 58ceb817bb6ba195d1189160878f318f3bcda0ef (diff) | |
neovim: working on new config
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 ]; }; |
