mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 22:40:57 -05:00
fix checks
This commit is contained in:
parent
43c6cb3fcd
commit
8dc018f273
2 changed files with 1 additions and 3 deletions
|
|
@ -132,8 +132,6 @@
|
||||||
in {
|
in {
|
||||||
default = nvimPkg;
|
default = nvimPkg;
|
||||||
vv = nvimPkg;
|
vv = nvimPkg;
|
||||||
#vim = nvimPkg;
|
|
||||||
#nvim = nvimPkg;
|
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
lib.optionals (config.cats.general or false) [ lp.tiktoken_core ];
|
lib.optionals (config.cats.general or false) [ lp.tiktoken_core ];
|
||||||
|
|
||||||
# Binary name for the wrapper
|
# Binary name for the wrapper
|
||||||
config.binName = lib.mkDefault "n";
|
config.binName = lib.mkDefault "wrapped";
|
||||||
|
|
||||||
# Prevent neovim from loading system-wide config
|
# Prevent neovim from loading system-wide config
|
||||||
config.settings.block_normal_config = true;
|
config.settings.block_normal_config = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue