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:
328e699
)
Added CompeDocumentation highlight
author
mofiqul
<mofi0islam@gmail.com>
Wed, 3 Nov 2021 13:41:48 +0000
(19:11 +0530)
committer
mofiqul
<mofi0islam@gmail.com>
Wed, 3 Nov 2021 13:41:48 +0000
(19:11 +0530)
lua/dracula/init.lua
patch
|
blob
|
history
diff --git
a/lua/dracula/init.lua
b/lua/dracula/init.lua
index 9248828fcb5cded6e925451b7de71dfb94358e73..c0cce989327d45da6ea09e150ef7853cf8770d79 100644
(file)
--- a/
lua/dracula/init.lua
+++ b/
lua/dracula/init.lua
@@
-310,3
+310,4
@@
highlight('LspReferenceText', colors.orange, nil, nil, nil)
highlight('LspReferenceRead', colors.orange, nil, nil, nil)
highlight('LspReferenceWrite', colors.orange, nil, nil, nil)
+vim.api.nvim_command("highlight! link CompeDocumentation Pmenu")