From 95928a3d0b9ade5e33a42c96e00e79894ce3fde7 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 18 Aug 2025 22:25:47 -0400 Subject: neovim: added base16 colorschemes --- pkgs/custom-neovim/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/custom-neovim/default.nix') diff --git a/pkgs/custom-neovim/default.nix b/pkgs/custom-neovim/default.nix index a005656..092fb13 100644 --- a/pkgs/custom-neovim/default.nix +++ b/pkgs/custom-neovim/default.nix @@ -14,6 +14,7 @@ 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. -- cgit v1.2.3