Skip to content

Commit 2759341

Browse files
chore(build): auto-generate docs
1 parent 28d4da4 commit 2759341

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/plugins/treesitter.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ opts = {
119119
-- setup treesitter
120120
TS.setup(opts)
121121

122+
LazyVim.treesitter.get_installed(true) -- initialize the installed langs
123+
122124
-- install missing parsers
123125
local install = vim.tbl_filter(function(lang)
124126
return not LazyVim.treesitter.have(lang)

0 commit comments

Comments
 (0)