nvim/lua/plugins/configs/treesitter.lua
2025-02-19 20:40:28 -05:00

13 lines
251 B
Lua

local options = {
ensure_installed = { "lua", "vim", "vimdoc","c","rust","haskell", "matlab", "tlaplus", "markdown"},
highlight = {
enable = true,
use_languagetree = true,
},
indent = { enable = true },
}
return options