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

@ -17,3 +17,4 @@
}, },
"version": 2 "version": 2
} }

View File

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