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