initial commit
This commit is contained in:
commit
413750ce81
10 changed files with 154 additions and 0 deletions
9
lua/plugins/nvim-treesitter.lua
Normal file
9
lua/plugins/nvim-treesitter.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
branch = "main",
|
||||
lazy = false,
|
||||
build = ":TSUpdate"
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue