From ed3969bd55524c11e5f48fb7147e46310117ef02 Mon Sep 17 00:00:00 2001 From: triethyl Date: Sat, 30 Aug 2025 18:57:20 -0400 Subject: neovim: bunch of stuff --- pkgs/custom-neovim/default.nix | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'pkgs/custom-neovim/default.nix') 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 -- cgit v1.2.3