mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
plugins/treesitter: Add injections to highlight lua in nixvim options (#344)
This commit is contained in:
parent
5a498edd14
commit
9c8bee9da6
2 changed files with 25 additions and 0 deletions
|
@ -12,6 +12,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
nixvimInjections = {
|
||||
plugins.treesitter = {
|
||||
enable = true;
|
||||
nixvimInjections = true;
|
||||
};
|
||||
};
|
||||
|
||||
# This needs a custom input
|
||||
# custom = {
|
||||
# plugins.treesitter = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue