mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-13 19:04:36 +02:00
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:
parent
79619364bd
commit
76d33bba2c
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ return {
|
||||||
integrations = {
|
integrations = {
|
||||||
alpha = true,
|
alpha = true,
|
||||||
cmp = true,
|
cmp = true,
|
||||||
|
flash = true,
|
||||||
gitsigns = true,
|
gitsigns = true,
|
||||||
illuminate = true,
|
illuminate = true,
|
||||||
indent_blankline = { enabled = true },
|
indent_blankline = { enabled = true },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue