nvim: don't install vimhelp parser
This commit is contained in:
parent
5341e11831
commit
27c053d382
@ -1,6 +1,6 @@
|
||||
require 'nvim-treesitter.configs'.setup {
|
||||
ensure_installed = 'all',
|
||||
ignore_install = { 'comment' },
|
||||
ignore_install = { 'comment', 'help' },
|
||||
sync_install = true,
|
||||
highlight = {
|
||||
enable = true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user