feat: Enable flash.nvim highlight on catppuccin integration

Since flash.nvim has already been the default one, and catppuccin already support it
This commit is contained in:
Radvil 2023-07-24 17:29:29 +08:00
parent 4d0427e131
commit 82184ead0f

View file

@ -16,6 +16,7 @@ return {
integrations = {
alpha = true,
cmp = true,
flash = true,
gitsigns = true,
illuminate = true,
indent_blankline = { enabled = true },