mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 14:30:58 -05:00
fixed wrapper bin name
This commit is contained in:
parent
8dc018f273
commit
95981e7f87
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
lib.optionals (config.cats.general or false) [ lp.tiktoken_core ];
|
||||
|
||||
# Binary name for the wrapper
|
||||
config.binName = lib.mkDefault "wrapped";
|
||||
config.binName = lib.mkDefault "vv";
|
||||
|
||||
# Prevent neovim from loading system-wide config
|
||||
config.settings.block_normal_config = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue