Removed 'help' from treesitter config
This commit is contained in:
parent
6660f9d3bd
commit
d201344c3b
@ -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', 'vimdoc', 'help' },
|
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,
|
||||||
|
Loading…
Reference in New Issue
Block a user