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:
a0b129d
)
[feat] add LspCodelens highlighting
author
mangoiv
<mail@mangoiv.com>
Sun, 5 Feb 2023 14:05:52 +0000
(15:05 +0100)
committer
mangoiv
<mail@mangoiv.com>
Sun, 5 Feb 2023 14:05:52 +0000
(15:05 +0100)
lua/dracula/groups.lua
patch
|
blob
|
history
diff --git
a/lua/dracula/groups.lua
b/lua/dracula/groups.lua
index a02ced37eab91ee25ed5cb96adc32b09fd3cd8f3..48087a928a7c82e98fbe38f89e63012b0e43e4f3 100644
(file)
--- a/
lua/dracula/groups.lua
+++ b/
lua/dracula/groups.lua
@@
-340,6
+340,7
@@
local function setup(configs)
LspReferenceText = { fg = colors.orange, },
LspReferenceRead = { fg = colors.orange, },
LspReferenceWrite = { fg = colors.orange, },
+ LspCodeLens = { fg = colors.cyan, },
--LSP Saga
LspFloatWinNormal = { fg = colors.fg, },