Added help to treesitter parser list
This commit is contained in:
parent
b5c5a53275
commit
6660f9d3bd
@ -1,6 +1,6 @@
|
||||
require'nvim-treesitter.configs'.setup {
|
||||
-- A list of parser names, or 'all'
|
||||
ensure_installed = { 'help', 'c', 'cpp', 'lua', 'rust', 'vimdoc' },
|
||||
ensure_installed = { 'help', 'c', 'cpp', 'lua', 'rust', 'vimdoc', 'help' },
|
||||
|
||||
-- Install parsers synchronously (only applied to `ensure_installed`)
|
||||
sync_install = false,
|
||||
|
Loading…
Reference in New Issue
Block a user