fix: don't set vi[m]Alias if appName != "nvim"
This commit is contained in:
+4
-2
@@ -18,8 +18,10 @@ with lib;
|
||||
withSqlite ? true,
|
||||
withRuby ? false,
|
||||
withNodeJs ? false,
|
||||
viAlias ? true,
|
||||
vimAlias ? true,
|
||||
# You probably don't want to create vi or vim aliases
|
||||
# if the appName is something different than "nvim"
|
||||
viAlias ? appName == "nvim",
|
||||
vimAlias ? appName == "nvim",
|
||||
}: let
|
||||
defaultPlugin = {
|
||||
plugin = null; # e.g. nvim-lspconfig
|
||||
|
||||
Reference in New Issue
Block a user