From 82184ead0f9ed2737982bea21469ed292c5c9182 Mon Sep 17 00:00:00 2001 From: Radvil Date: Mon, 24 Jul 2023 17:29:29 +0800 Subject: [PATCH] feat: Enable flash.nvim highlight on catppuccin integration Since flash.nvim has already been the default one, and catppuccin already support it --- lua/lazyvim/plugins/colorscheme.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/colorscheme.lua b/lua/lazyvim/plugins/colorscheme.lua index 278e9bca..8ed12bbd 100644 --- a/lua/lazyvim/plugins/colorscheme.lua +++ b/lua/lazyvim/plugins/colorscheme.lua @@ -16,6 +16,7 @@ return { integrations = { alpha = true, cmp = true, + flash = true, gitsigns = true, illuminate = true, indent_blankline = { enabled = true },