From 808ba9899cc1a568918f7a91e217a5da266eefe1 Mon Sep 17 00:00:00 2001 From: folke <292349+folke@users.noreply.github.com> Date: Wed, 19 Feb 2025 14:25:34 +0000 Subject: [PATCH] chore(build): auto-generate docs --- docs/words.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/words.md b/docs/words.md index 00fb1c17..5be23e68 100644 --- a/docs/words.md +++ b/docs/words.md @@ -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, } ```