treesitter: add module for treesitter-refactor (#101)

As treesitter-refactor is a treesitter module we need a way to pass
extra configuration options to the treesitter setup. This is done
through a `moduleConfig` attrset. This set should not be used outside
nixvim.
This commit is contained in:
traxys 2023-01-05 15:23:23 +01:00 committed by GitHub
parent 125ed74a42
commit 1f723e8abd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 136 additions and 1 deletions

View file

@ -24,6 +24,7 @@
./languages/ledger.nix
./languages/nix.nix
./languages/treesitter.nix
./languages/treesitter-refactor.nix
./languages/zig.nix
./null-ls