Add tresitter config.
This commit is contained in:
parent
2a016c7bc9
commit
c8dd316b3e
1 changed files with 9 additions and 0 deletions
9
lua/plugins/treesitter.lua
Normal file
9
lua/plugins/treesitter.lua
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
opts = {
|
||||||
|
ensure_installed = { "python", "lua", "rust", "perl" },
|
||||||
|
auto_install = true,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue