nvim: fix treesitter

This commit is contained in:
Daniel Meiburg 2023-09-26 18:57:41 +02:00
parent a4c0ef10e2
commit a5d3ad9dc6
Signed by: dm
GPG Key ID: E5827ECFFE0AA4F2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
require'nvim-treesitter.configs'.setup {
ensure_installed = { "c", "lua", "vim", "help", "python", "fish", "html", "bash" },
ensure_installed = { "c", "lua", "vim", "vimdoc", "python", "fish", "html", "bash" },
sync_install = false,
auto_install = true,