1
0
Fork 0

nvim: don't install vimhelp parser

This commit is contained in:
tastytea 2022-10-01 19:42:52 +02:00
parent 5341e11831
commit 27c053d382
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

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