forked from poz/niksos
remove ensureInstalled from treesitter in nixvim
turns out it doesn't do anything because by default nixGrammars is true and shit is managed by nix :PPPP
This commit is contained in:
parent
db13a92fbf
commit
6b2bf8ba4d
1 changed files with 0 additions and 12 deletions
|
@ -80,18 +80,6 @@ in {
|
|||
fugitive.enable = true;
|
||||
treesitter = {
|
||||
enable = true;
|
||||
ensureInstalled = [
|
||||
"lua"
|
||||
"rust"
|
||||
"markdown"
|
||||
"markdown-inline"
|
||||
"python"
|
||||
"cmake"
|
||||
"cpp"
|
||||
"c"
|
||||
"java"
|
||||
"kotlin"
|
||||
];
|
||||
folding = false;
|
||||
indent = true;
|
||||
nixvimInjections = true;
|
||||
|
|
Loading…
Reference in a new issue