nvchad/lua/plugins/configs/treesitter.lua

15 lines
209 B
Lua
Raw Normal View History

2023-01-29 11:06:54 -05:00
dofile(vim.g.base46_cache .. "syntax")
local options = {
2023-01-29 13:00:13 -05:00
ensure_installed = { "lua" },
highlight = {
enable = true,
use_languagetree = true,
},
2023-01-29 13:00:13 -05:00
indent = { enable = true },
}
return options