plugins/treesitter: add parsersToFiletypes option

This commit is contained in:
Gaetan Lepage 2023-06-03 22:29:14 +02:00 committed by Gaétan Lepage
parent fb4118fc84
commit fce6a33488
2 changed files with 32 additions and 2 deletions

View file

@ -16,6 +16,11 @@
plugins.treesitter = {
enable = true;
nixvimInjections = true;
languageRegister = {
cpp = "onelab";
python = ["foo" "bar"];
};
};
};