mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
fix(words): disable notify_jump by default
This commit is contained in:
parent
6a3f865357
commit
9576081e87
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ local M = {}
|
|||
local defaults = {
|
||||
enabled = true, -- enable/disable the plugin
|
||||
debounce = 200, -- time in ms to wait before updating
|
||||
notify_jump = true, -- show a notification when jumping
|
||||
notify_jump = false, -- show a notification when jumping
|
||||
notify_end = true, -- show a notification when reaching the end
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue