diff --git a/lua/plugins/example.lua b/lua/plugins/example.lua index 39f342f..ecc9567 100644 --- a/lua/plugins/example.lua +++ b/lua/plugins/example.lua @@ -142,7 +142,6 @@ return { opts = { ensure_installed = { "bash", - "help", "html", "javascript", "json", @@ -168,8 +167,8 @@ return { opts = function(_, opts) -- add tsx and treesitter vim.list_extend(opts.ensure_installed, { - "tsx", - "typescript", + "tsx", + "typescript", }) end, },