Skip to content

Commit

Permalink
fix(flash): depraction warning
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jul 6, 2023
1 parent 0b020dc commit 299aae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/extras/editor/flash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 299aae3

Please sign in to comment.