plugins/treesitter: Add injections to highlight lua in nixvim options (#344)

This commit is contained in:
traxys 2023-04-21 20:29:33 +02:00 committed by GitHub
parent 5a498edd14
commit 9c8bee9da6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 0 deletions

View file

@ -12,6 +12,13 @@
};
};
nixvimInjections = {
plugins.treesitter = {
enable = true;
nixvimInjections = true;
};
};
# This needs a custom input
# custom = {
# plugins.treesitter = {