From dec0549bcb7ebc1e7744f755234525406e3ebb9c Mon Sep 17 00:00:00 2001 From: Liu Qisheng <81770798+Saplyn@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:16:48 +0800 Subject: [PATCH] fix #799 (#800) Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter` --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 2d3a064d02..b557809377 100644 --- a/init.lua +++ b/init.lua @@ -888,7 +888,7 @@ require('lazy').setup({ 'nvim-treesitter/nvim-treesitter', build = ':TSUpdate', opts = { - ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc', 'rust', 'toml', 'ron', 'go', 'gomod', 'gowork', 'gosum' }, + ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc', 'rust', 'toml', 'ron', 'go', 'gomod', 'gowork', 'gosum' }, -- Autoinstall languages that are not installed auto_install = true, highlight = {