diff options
| author | triethyl <triethylammonium@pm.me> | 2025-08-18 22:25:47 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-08-18 22:25:47 -0400 |
| commit | 95928a3d0b9ade5e33a42c96e00e79894ce3fde7 (patch) | |
| tree | 5b4da1f36f9052511462f00b1fa89d9fc223039c /pkgs/custom-neovim/default.nix | |
| parent | f06ef8dca40fa8f6da6565a6461904f7526f0af4 (diff) | |
neovim: added base16 colorschemes
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
| -rw-r--r-- | pkgs/custom-neovim/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
