Add nvim-treesitter custom languages'

'
This commit is contained in:
whitney 2025-08-20 15:21:03 -07:00
parent e96cf42e43
commit 71fcb7dd81

View File

@ -0,0 +1,15 @@
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 },
},
},
}