dotfiles/lazyvim/lua/plugins-disabled/nvim-treesitter.lua

16 lines
316 B
Lua

return {
{
"nvim-treesitter/nvim-treesitter",
build = ":TSUpdate",
opts = {
ensure_installed = { "lua", "python", "javascript", "java", "sql"},
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
indent = { enable = true },
},
},
}