dotfiles/.config/nvim/lua/plugins/configs/treesitter.lua
Sindre Kjelsrud 10adea97c8 🔧 add nvim config w/ nvchad ❤️
don't know if this is the right way, but fuck it lol
2023-09-15 14:45:59 +02:00

12 lines
169 B
Lua

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