Skip to content

Commit

Permalink
perf(flash): disable char mode
Browse files Browse the repository at this point in the history
  • Loading branch information
liubang committed Jun 28, 2024
1 parent e7dbb3f commit 544c442
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lua/plugins/flash-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@ return {
"folke/flash.nvim",
event = "VeryLazy",
---@type Flash.Config
opts = {},
opts = {
modes = {
char = {
enabled = false,
},
},
label = {
style = "inline",
},
},
-- stylua: ignore
keys = {
{ "s", mode = { "n", "x", "o" }, function() require("flash").jump() end, desc = "Flash" },
Expand Down

0 comments on commit 544c442

Please sign in to comment.