chore(build): auto-generate docs

This commit is contained in:
folke 2025-02-19 14:25:34 +00:00 committed by github-actions[bot]
parent d62e7527a5
commit 808ba9899c

View file

@ -33,6 +33,9 @@ Auto-show LSP references and quickly navigate between them
foldopen = true, -- open folds after jumping
jumplist = true, -- set jump point before jumping
modes = { "n", "i", "c" }, -- modes to show references
filter = function(buf) -- what buffers to enable `snacks.words`
return vim.g.snacks_words ~= false and vim.b[buf].snacks_words ~= false
end,
}
```