Files
nvim.config/lua/configs/treesitter.lua
2025-05-31 22:07:18 +05:00

11 lines
189 B
Lua

return {
ensure_installed = { "lua", "luadoc", "printf", "vim", "vimdoc", "java" },
highlight = {
enable = true,
use_languagetree = true,
},
indent = { enable = true },
}