mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
16 lines
290 B
Lua
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 },
|
|
}
|