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 flearc committed Apr 9, 2024
1 parent c242dc9 commit 21193aa
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 @@ -858,7 +858,7 @@ require('lazy').setup({
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc', 'rust', 'toml', 'ron', 'go', 'gomod', 'gowork', 'gosum' },
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc', 'rust', 'toml', 'ron', 'go', 'gomod', 'gowork', 'gosum' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {
Expand Down

0 comments on commit 21193aa

Please sign in to comment.