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
|
folding.enable = false; # Fixes the folding deprecation warning
|
||||||
settings = {
|
settings = {
|
||||||
indent.enable = true;
|
indent.enable = true;
|
||||||
auto_install = false; # Disable runtime installation
|
auto_install = true; # Disable runtime installation
|
||||||
ensure_installed = [
|
# ensure_installed = [
|
||||||
"git_config"
|
# "git_config"
|
||||||
"git_rebase"
|
# "git_rebase"
|
||||||
"gitattributes"
|
# "gitattributes"
|
||||||
"gitcommit"
|
# "gitcommit"
|
||||||
"gitignore"
|
# "gitignore"
|
||||||
"bash"
|
# "bash"
|
||||||
"python"
|
# "python"
|
||||||
"lua"
|
# "lua"
|
||||||
"nix"
|
# "nix"
|
||||||
];
|
# ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
vim-surround.enable = true;
|
vim-surround.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user