Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter`
feoh_add_lazy_quit
Liu Qisheng 2 months 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', 'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate', build = ':TSUpdate',
opts = { 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 -- Autoinstall languages that are not installed
auto_install = true, auto_install = true,
highlight = { highlight = {

Loading…
Cancel
Save