feat manage script
This commit is contained in:
21
config/linux-dev/nvim/lua/plugins/treesitter.lua
Normal file
21
config/linux-dev/nvim/lua/plugins/treesitter.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
build = 'TSUpdate',
|
||||
main = 'nvim-treesitter.configs',
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
'diff',
|
||||
'lua',
|
||||
'html',
|
||||
'css',
|
||||
'javascript',
|
||||
'typescript'
|
||||
},
|
||||
auto_install = true,
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
indent = { enable = true }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user