feat: Enable flash.nvim highlight on catppuccin integration (#1206)

Since flash.nvim has already been the default one, and catppuccin already support it

Co-authored-by: Radvil <radvil@@access-mobile.com>
This commit is contained in:
Radvil 2023-07-25 21:39:08 +08:00 committed by GitHub
parent 79619364bd
commit 76d33bba2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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