Skip to content

Commit

Permalink
fix(config): dont show flash in cmp_menu
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 22, 2023
1 parent ef472fc commit 29c35de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/flash/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local defaults = {
mode = "exact",
-- behave like `incsearch`
incremental = false,
filetype_exclude = { "notify", "noice" },
filetype_exclude = { "notify", "noice", "cmp_menu" },
-- Optional trigger character that needs to be typed before
-- a jump label can be used. It's NOT recommended to set this,
-- unless you know what you're doing
Expand Down

0 comments on commit 29c35de

Please sign in to comment.