Skip to content

Commit 2877a60

Browse files
authored
fix #799 (#800)
Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter`
1 parent dbba54c commit 2877a60

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
@@ -791,7 +791,7 @@ require('lazy').setup({
791791
'nvim-treesitter/nvim-treesitter',
792792
build = ':TSUpdate',
793793
opts = {
794-
ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' },
794+
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
795795
-- Autoinstall languages that are not installed
796796
auto_install = true,
797797
highlight = {

0 commit comments

Comments
 (0)