neovim-confs/lua/nvchad/configs/treesitter.lua

13 lines
186 B
Lua
Raw Normal View History

2024-03-04 03:48:44 +01:00
local options = {
ensure_installed = { "lua", "vim", "vimdoc" },
highlight = {
enable = true,
use_languagetree = true,
},
indent = { enable = true },
}
return options