Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add `'luadoc'`, to the `ensure_installed` of `nvim-treesitter/nvim-treesitter`
  • Loading branch information
Saplyn authored and AClarkie committed May 7, 2024
1 parent 764b3a7 commit 1b0698a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 1b0698a

Please sign in to comment.