mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
488 B
488 B
🍿 words
Auto-show LSP references and quickly navigate between them
⚙️ Config
---@class snacks.words.Config
{
enabled = true, -- enable/disable the plugin
debounce = 200, -- time in ms to wait before updating
}
📦 Module
Snacks.words.is_enabled()
---@param buf number?
Snacks.words.is_enabled(buf)
Snacks.words.jump()
---@param count number
---@param cycle? boolean
Snacks.words.jump(count, cycle)