mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
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:
parent
125ed74a42
commit
1f723e8abd
3 changed files with 136 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
./languages/ledger.nix
|
||||
./languages/nix.nix
|
||||
./languages/treesitter.nix
|
||||
./languages/treesitter-refactor.nix
|
||||
./languages/zig.nix
|
||||
|
||||
./null-ls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue