mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 13:24:28 +02:00
plugins/treesitter: add parsersToFiletypes option
This commit is contained in:
parent
fb4118fc84
commit
fce6a33488
2 changed files with 32 additions and 2 deletions
|
@ -16,6 +16,11 @@
|
|||
plugins.treesitter = {
|
||||
enable = true;
|
||||
nixvimInjections = true;
|
||||
|
||||
languageRegister = {
|
||||
cpp = "onelab";
|
||||
python = ["foo" "bar"];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue