mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
remove help causing error as nonexistent
This commit is contained in:
parent
9ad6acdff1
commit
41e972cbbb
1 changed files with 2 additions and 3 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue