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:
jacekpoz 2024-03-23 20:18:09 +01:00
parent db13a92fbf
commit 6b2bf8ba4d
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -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;