summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/default.nix
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-19 19:31:35 -0400
committertriethyl <triethylammonium@pm.me>2025-08-19 19:31:35 -0400
commitf27f140167fed2b76457b05d9d22ca86a7001abe (patch)
tree294d46f1b83738b94559855ca297935c58e111ac /pkgs/custom-neovim/default.nix
parent95928a3d0b9ade5e33a42c96e00e79894ce3fde7 (diff)
neovim: working on custom setup
Diffstat (limited to 'pkgs/custom-neovim/default.nix')
-rw-r--r--pkgs/custom-neovim/default.nix4
1 files changed, 3 insertions, 1 deletions
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];