bump to 0.0.3-dev:wq
This commit is contained in:
14
lua/plugins/treesitter.lua
Normal file
14
lua/plugins/treesitter.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"lua",
|
||||
"vim",
|
||||
"javascript",
|
||||
"go",
|
||||
},
|
||||
highlight = { enabled = true },
|
||||
indent = { enabled = true },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user