Merge 'upstream' Add luadoc in treesitter, instructions to quit lazy

- Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter`
- Add instructions to quit :lazy
This commit is contained in:
Damjan 9000 2024-03-28 09:57:19 +01:00
commit dc9eb06f47
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ return {
'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 = {