forked from Shinonome/fred-neovim
removed ensure_installed for ts
This commit is contained in:
+12
-12
@@ -147,18 +147,18 @@
|
||||
folding.enable = false; # Fixes the folding deprecation warning
|
||||
settings = {
|
||||
indent.enable = true;
|
||||
auto_install = false; # Disable runtime installation
|
||||
ensure_installed = [
|
||||
"git_config"
|
||||
"git_rebase"
|
||||
"gitattributes"
|
||||
"gitcommit"
|
||||
"gitignore"
|
||||
"bash"
|
||||
"python"
|
||||
"lua"
|
||||
"nix"
|
||||
];
|
||||
auto_install = true; # Disable runtime installation
|
||||
# ensure_installed = [
|
||||
# "git_config"
|
||||
# "git_rebase"
|
||||
# "gitattributes"
|
||||
# "gitcommit"
|
||||
# "gitignore"
|
||||
# "bash"
|
||||
# "python"
|
||||
# "lua"
|
||||
# "nix"
|
||||
# ];
|
||||
};
|
||||
};
|
||||
vim-surround.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user