ensure lua

main
Zynh Ludwig 2024-02-27 05:20:43 -08:00
parent f0091e50f1
commit ab5c612155
2 changed files with 5 additions and 5 deletions

View File

@ -16,4 +16,5 @@
"NEWS.md": "2123"
},
"version": 2
}
}

View File

@ -15,10 +15,9 @@ return {
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
-- add tsx and treesitter
-- vim.list_extend(opts.ensure_installed, {
-- "tsx",
-- "typescript",
-- })
vim.list_extend(opts.ensure_installed, {
"lua",
})
opts.ensure_installed = {}
end,
},