Skip to content

Commit b7ba763

Browse files
Saplynml-cbatten
authored andcommitted
Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter`
1 parent 0d80a37 commit b7ba763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ require('lazy').setup({
816816
'nvim-treesitter/nvim-treesitter',
817817
build = ':TSUpdate',
818818
opts = {
819-
ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' },
819+
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
820820
-- Autoinstall languages that are not installed
821821
auto_install = true,
822822
highlight = {

0 commit comments

Comments
 (0)