Files
nvim/lua/nvchad/configs/treesitter.lua
T
Zacharias-Brohn a0ecbb3dc8 fix dots
2025-02-07 21:00:50 +01:00

16 lines
290 B
Lua

pcall(function()
dofile(vim.g.base46_cache .. "syntax")
dofile(vim.g.base46_cache .. "treesitter")
end)
return {
ensure_installed = { "lua", "luadoc", "printf", "vim", "vimdoc" },
highlight = {
enable = true,
use_languagetree = true,
},
indent = { enable = true },
}