添加fzf-lua配置

This commit is contained in:
tiny 2025-07-01 07:56:41 +00:00
parent 6d2c60eedc
commit 557287033b
8 changed files with 78 additions and 50 deletions

View file

@ -7,7 +7,7 @@ return {
name = "catppuccin",
priority = 1000,
opts = {
transparent_background = true,
transparent_background = false,
custom_highlights = function(colors)
return {
LineNr = { fg = colors.surface2 },