Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter`
feoh_add_lazy_quit
Liu Qisheng 1 month ago committed by GitHub
parent dbba54cfd8
commit 2877a60e00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 = {

Loading…
Cancel
Save