nixvim(treesitter): install treesitter
This commit is contained in:
parent
4efde8d93f
commit
c1bdde3ea5
2 changed files with 6 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
# language support & lsp
|
||||
./lsp.nix
|
||||
./treesitter.nix
|
||||
./nix.nix
|
||||
|
||||
# autocompletion
|
||||
|
|
|
|||
5
nixvim/config/treesitter.nix
Normal file
5
nixvim/config/treesitter.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
plugins.treesitter = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue