nvim/lua/plugins/configs/treesitter.lua

13 lines
208 B
Lua

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