neovim-config/lua/plugins/configs/treesitter.lua

13 lines
169 B
Lua
Raw Normal View History

2023-12-24 11:01:08 +00:00
local options = {
ensure_installed = { "lua" },
highlight = {
enable = true,
use_languagetree = true,
},
indent = { enable = true },
}
return options