fix(words): disable notify_jump by default

This commit is contained in:
Folke Lemaitre 2024-11-08 09:15:17 +01:00
parent 6a3f865357
commit 9576081e87
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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
}