refactor(nvim): do not highlight unfolds

This commit is contained in:
Price Hiller 2023-02-12 19:23:32 -06:00
parent 3b52c99cf1
commit 2c0398b9da

View File

@ -120,7 +120,7 @@ require("kanagawa").setup({
NoiceCmdlinePopupdBorderIncRename = { fg = colors.peachRed },
Folded = { bg = colors.waveBlue1 },
UfoFoldedBg = { bg = colors.springViolet1 }
UfoFoldedBg = { bg = "NONE" }
},
})