fixup: remove help, it's vimdoc
This commit is contained in:
parent
9837e7ed38
commit
0f8eb177da
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -772,7 +772,7 @@ require('lazy').setup({
|
|||
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
require('nvim-treesitter.configs').setup {
|
||||
ensure_installed = { 'c', 'help', 'lua', 'vim', 'vimdoc' },
|
||||
ensure_installed = { 'c', 'lua', 'vim', 'vimdoc' },
|
||||
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
|
||||
auto_install = true,
|
||||
highlight = { enable = true },
|
||||
|
|
Loading…
Reference in a new issue