projects
/
nvim-plugins
/
flatwhite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
457f5e8
)
fix: Cmp
author
hylo
<hylo@posteo.de>
Mon, 20 Mar 2023 15:33:18 +0000
(16:33 +0100)
committer
hylo
<hylo@posteo.de>
Mon, 20 Mar 2023 15:33:18 +0000
(16:33 +0100)
lua/flatwhite/groups.lua
patch
|
blob
|
history
diff --git
a/lua/flatwhite/groups.lua
b/lua/flatwhite/groups.lua
index b44458b209cdacb5e3981ab0e88bb7ae2b1d4992..85890fd8c56381c596d73897ff557d41b2341f36 100644
(file)
--- a/
lua/flatwhite/groups.lua
+++ b/
lua/flatwhite/groups.lua
@@
-369,8
+369,8
@@
local function setup(configs)
IndentBlanklineChar = { fg = colors.base4 },
-- Nvim compe
- CmpItemAbbrDeprecated = {
fg = colors.white, bg = colors.menu
},
- CmpItemAbbrMatch =
{ fg = colors.cyan, bg = colors.menu }
,
+ CmpItemAbbrDeprecated = {
strikethrough=true
},
+ CmpItemAbbrMatch =
colors.fw_green
,
--barbar
BufferCurrentTarget = { fg = colors.red },