From f27f140167fed2b76457b05d9d22ca86a7001abe Mon Sep 17 00:00:00 2001 From: triethyl Date: Tue, 19 Aug 2025 19:31:35 -0400 Subject: neovim: working on custom setup --- pkgs/custom-neovim/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkgs/custom-neovim/default.nix') diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index 092fb13..f3d457a 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -14,7 +14,6 @@ inputs.mnw.lib.wrap pkgs { lz-n # Lazy loader nvim-treesitter.withAllGrammars # All treesitter grammars vim-nix # Indentation for nix files - mini-base16 ]; opt = [ # Lazy loaded. @@ -26,6 +25,7 @@ inputs.mnw.lib.wrap pkgs { mini-files mini-extra plenary-nvim + nvim-colorizer-lua # Completion Plugins blink-cmp @@ -42,7 +42,9 @@ inputs.mnw.lib.wrap pkgs { neogit # Colorschemes + mini-base16 nightfox-nvim + vim-gruvbox8 ]; }; luaFiles = [./config/init.lua]; -- cgit v1.2.3