1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-23 17:31:13 +01:00

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"];
};
};
};