On line 291 in init.lua, it says: ` ensure_installed = { 'c', 'cpp', 'go', 'lua', 'python', 'rust', 'tsx', 'typescript', 'help', 'vim' }, ` but treesitter has changed 'help' to 'vimdoc'. With the current line, it produces an error. If 'help' is changed to 'vimdoc' it does not.