diff --git a/flake.nix b/flake.nix index edb2913..ae2d7ae 100644 --- a/flake.nix +++ b/flake.nix @@ -132,8 +132,6 @@ in { default = nvimPkg; vv = nvimPkg; - #vim = nvimPkg; - #nvim = nvimPkg; } ); diff --git a/modules/module/settings/core.nix b/modules/module/settings/core.nix index 6db12a6..77d6e4a 100644 --- a/modules/module/settings/core.nix +++ b/modules/module/settings/core.nix @@ -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;