nvim/lua/plugins/configs/treesitter.lua
2023-12-02 18:02:42 +01:00

13 lines
169 B
Lua

local options = {
ensure_installed = { "lua" },
highlight = {
enable = true,
use_languagetree = true,
},
indent = { enable = true },
}
return options