mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 17:03:39 +02:00
fix(flash): depraction warning
This commit is contained in:
parent
0b020dc37b
commit
299aae3545
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ return {
|
|||
local function flash(prompt_bufnr)
|
||||
require("flash").jump({
|
||||
pattern = "^",
|
||||
highlight = { label = { after = { 0, 0 } } },
|
||||
label = { after = { 0, 0 } },
|
||||
search = {
|
||||
mode = "search",
|
||||
exclude = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue