remove help causing error as nonexistent

pull/23/head
hitchhooker 2023-04-22 18:38:53 +00:00
parent 9ad6acdff1
commit 41e972cbbb
1 changed files with 2 additions and 3 deletions

View File

@ -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,
},