Reconfigure treesitter
This commit is contained in:
parent
7a708b40a4
commit
2b3b891962
1 changed files with 5 additions and 0 deletions
5
home/dot_config/lvim/lua/plugins/treesitter.lua
Normal file
5
home/dot_config/lvim/lua/plugins/treesitter.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
return {
|
||||||
|
"ravsii/tree-sitter-d2",
|
||||||
|
dependencies = { "nvim-treesitter/nvim-treesitter" },
|
||||||
|
build = "make nvim-install",
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue