fixed wrapper bin name

This commit is contained in:
Daniel Winkler 2026-01-30 21:30:49 +11:00
commit 95981e7f87

View file

@ -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 "wrapped"; config.binName = lib.mkDefault "vv";
# 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;