Skip to content

Commit

Permalink
fix(config): exclude noice by default
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 23, 2023
1 parent f0697f6 commit bc9a599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/flash/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ local defaults = {
exclude = {
"notify",
"cmp_menu",
"noice",
function(win)
-- exclude non-focusable windows
return not vim.api.nvim_win_get_config(win).focusable
Expand Down

0 comments on commit bc9a599

Please sign in to comment.