Files
nix-config/dotfiles/nvim/lua/plugins/configs/treesitter.lua
2025-02-16 06:35:32 +00:00

13 lines
186 B
Lua

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