Add tresitter config.
This commit is contained in:
parent
d0a57100ad
commit
0a413da68f
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