Added vimdoc to treesitter requirements

This commit is contained in:
Luke Else 2023-05-23 15:28:24 +02:00
parent ee9d362477
commit b5c5a53275

View File

@ -1,6 +1,6 @@
require'nvim-treesitter.configs'.setup { require'nvim-treesitter.configs'.setup {
-- A list of parser names, or 'all' -- A list of parser names, or 'all'
ensure_installed = { 'help', 'c', 'cpp', 'lua', 'rust' }, ensure_installed = { 'help', 'c', 'cpp', 'lua', 'rust', 'vimdoc' },
-- Install parsers synchronously (only applied to `ensure_installed`) -- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false, sync_install = false,