initial commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
branch = "main",
|
||||
build = ':TSUpdate',
|
||||
main = 'nvim-treesitter.config',
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
'c',
|
||||
'cpp',
|
||||
'lua',
|
||||
'vim',
|
||||
'vimdoc',
|
||||
'markdown',
|
||||
'markdown_inline',
|
||||
'query',
|
||||
'c_sharp',
|
||||
'yaml',
|
||||
},
|
||||
auto_install = true,
|
||||
sync_install = false,
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user