forked from Shinonome/fred-neovim
ensures installation of TS
This commit is contained in:
+12
-1
@@ -146,9 +146,20 @@
|
||||
|
||||
treesitter = {
|
||||
enable = true;
|
||||
|
||||
folding = false;
|
||||
settings.indent.enable = true;
|
||||
settings = {
|
||||
auto_install = true;
|
||||
ensure_installed = [
|
||||
"git_config"
|
||||
"git_rebase"
|
||||
"gitattributes"
|
||||
"gitcommit"
|
||||
"gitignore"
|
||||
"bash"
|
||||
"python"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
vim-surround.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user