mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-05 20:39:08 -04:00
update config
This commit is contained in:
parent
0778677dd3
commit
b0788b654c
3 changed files with 58 additions and 44 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue