mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +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)
|
local function flash(prompt_bufnr)
|
||||||
require("flash").jump({
|
require("flash").jump({
|
||||||
pattern = "^",
|
pattern = "^",
|
||||||
highlight = { label = { after = { 0, 0 } } },
|
label = { after = { 0, 0 } },
|
||||||
search = {
|
search = {
|
||||||
mode = "search",
|
mode = "search",
|
||||||
exclude = {
|
exclude = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue