voidrice/.config/nvim/lua/plugins/configs/treesitter.lua

13 lines
169 B
Lua
Raw Normal View History

2024-01-27 16:26:04 +00:00
local options = {
ensure_installed = { "lua" },
highlight = {
enable = true,
use_languagetree = true,
},
indent = { enable = true },
}
return options