aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorLiu Qisheng <81770798+Saplyn@users.noreply.github.com>2024-03-27 22:16:48 +0800
committerGitHub <noreply@github.com>2024-03-27 10:16:48 -0400
commit2877a60e00e661fd716f8fc4f772dee0860f5036 (patch)
treefdebfbf2f02f3ae75d979803e39341869ce7ac06 /init.lua
parentdbba54cfd81506a20832aade85735bf4dc377b95 (diff)
fix #799 (#800)
Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter`
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 013fcc2..db55a9e 100644
--- a/init.lua
+++ b/init.lua
@@ -791,7 +791,7 @@ require('lazy').setup({
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
- ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' },
+ ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {