dotfiles/private_dot_config/nvim/lua/plugins/configs/treesitter.lua
2023-11-13 21:31:42 -05:00

12 lines
169 B
Lua

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