initial commit
This commit is contained in:
commit
f5f99e551d
13 changed files with 332 additions and 0 deletions
6
plugins/treesitter.lua
Normal file
6
plugins/treesitter.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
-- ensure_installed = { "lua" },
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue