tangled
alpha
login
or
join now
algmyr.se
/
vim-wombat-lua
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Make inlays subtler, uses updated NonText
algmyr.se
2 years ago
100745db
4401e8dd
+4
-4
1 changed file
expand all
collapse all
unified
split
lua
wombat_lua.lua
+4
-4
lua/wombat_lua.lua
···
32
32
33
33
-- Misc highlight
34
34
comment = '#9C998E',
35
35
-
non_text = '#9C998E',
35
35
+
non_text = '#6e696c',
36
36
bright_text = '#ffffd7',
37
37
38
38
-- UI
···
210
210
Group.link("CocFadeOut", g.Noop)
211
211
212
212
Group.new("Annotation", c.annotation, c.none)
213
213
-
Group.link("LspInlayHint", g.Annotation)
214
214
-
Group.link("CocInlayHint", g.Annotation)
215
215
-
Group.link("DiagnosticHint", g.Annotation)
213
213
+
Group.link("LspInlayHint", g.NonText)
214
214
+
Group.link("CocInlayHint", g.NonText)
215
215
+
Group.link("DiagnosticHint", g.NonText)
216
216
217
217
Group.link("DiagnosticSignHint", g.Hint)
218
218
Group.link("DiagnosticSignInfo", g.Info)