Initial Nvim Config Commit
This commit is contained in:
12
lua/plugins/treesitter.lua
Normal file
12
lua/plugins/treesitter.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
-- lua/plugins/treesitter.lua
|
||||
-- print('treesitter.lua loaded')
|
||||
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter-textobjects",
|
||||
},
|
||||
|
||||
build = ":TSUpdate",
|
||||
}
|
||||
Reference in New Issue
Block a user