fix checks

This commit is contained in:
Daniel Winkler 2026-01-30 17:04:47 +11:00
commit 8dc018f273
2 changed files with 1 additions and 3 deletions

View file

@ -132,8 +132,6 @@
in {
default = nvimPkg;
vv = nvimPkg;
#vim = nvimPkg;
#nvim = nvimPkg;
}
);

View file

@ -19,7 +19,7 @@
lib.optionals (config.cats.general or false) [ lp.tiktoken_core ];
# Binary name for the wrapper
config.binName = lib.mkDefault "n";
config.binName = lib.mkDefault "wrapped";
# Prevent neovim from loading system-wide config
config.settings.block_normal_config = true;