update config

This commit is contained in:
Hydroxycarbamide 2024-09-25 13:14:42 +02:00
parent 0778677dd3
commit b0788b654c
3 changed files with 58 additions and 44 deletions

View file

@ -1,5 +1,3 @@
if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
-- Customize Treesitter
---@type LazySpec
@ -10,6 +8,10 @@ return {
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, {
"lua",
"vim",
"typescript",
"tsx",
"yaml",
"json",
-- add more arguments for adding more treesitter parsers
})
end,