diff options
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 6501f77..1ee1b91 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -11,19 +11,21 @@ inputs.mnw.lib.wrap pkgs { }; start = [ # Not lazy loaded. + lz-n # Lazy loader - nvim-treesitter.withAllGrammars # All treesitter grammars - vim-nix # Indentation for nix files ]; opt = [ - # Lazy loaded. + # Can be lazy loaded. # UI Plugins + nvim-treesitter.withAllGrammars # All treesitter grammars mini-clue mini-pick mini-files mini-extra - plenary-nvim + plenary-nvim # UI library + markview-nvim # Previews for markdown and more + actions-preview-nvim # Preview lsp actions # Completion Plugins blink-cmp @@ -35,12 +37,17 @@ inputs.mnw.lib.wrap pkgs { comment-nvim auto-session zoxide-vim + vim-nix # Indentation for nix files # Git Plugins mini-git mini-diff neogit + # Misc Plugins + presence-nvim # Discord RPC for nvim. + cellular-automaton-nvim # Fun useless plugin. + # Colorschemes mini-base16 nightfox-nvim |
