mirror of
https://github.com/folke/snacks.nvim
synced 2025-07-07 13:15:08 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
d62e7527a5
commit
808ba9899c
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue