diff options
author | Liu Qisheng <81770798+Saplyn@users.noreply.github.com> | 2024-03-27 22:16:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 10:16:48 -0400 |
commit | 2877a60e00e661fd716f8fc4f772dee0860f5036 (patch) | |
tree | fdebfbf2f02f3ae75d979803e39341869ce7ac06 /init.lua | |
parent | dbba54cfd81506a20832aade85735bf4dc377b95 (diff) |
fix #799 (#800)
Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter`
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { |