eggtoopain / Neovim-Configuration-Tutorial

MIT License
231 stars 84 forks source link

插件 treesitter 里支持的语言 help 更名为了 vimdoc #3

Closed showthesunli closed 1 year ago

showthesunli commented 1 year ago

文件 treesitter.lua 的配置里,需要将 help 改为 vimdoc,否则会报错

-- tresitter.lua 第三行
-- ensure_installed = { "vim", "help", "bash", "c", "cpp", "javascript", "json", "lua", "python", "typescript", "tsx", "css", "rust", "markdown", "markdown_inline" }, -- one of "all" or a list of languages
  ensure_installed = { "vim", "vimdoc", "bash", "c", "cpp", "javascript", "json", "lua", "python", "typescript", "tsx", "css", "rust", "markdown", "markdown_inline" }, -- one of "all" or a list of languages