mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-08 11:03:49 -05:00
Compare commits
2 Commits
fc4d7f263e
...
ad01d936b3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad01d936b3 | ||
|
|
275ca1f8f2 |
@@ -622,6 +622,8 @@ call s:h("LspErrorText", { "fg": s:red })
|
||||
call s:h("LspWarningText", { "fg": s:yellow })
|
||||
call s:h("LspInformationText", { "fg":s:blue })
|
||||
call s:h("LspHintText", { "fg":s:cyan })
|
||||
call s:h("lspInlayHintsType", { "fg":s:cyan })
|
||||
call s:h("lspInlayHintsParameter", { "fg":s:cyan })
|
||||
call s:h("LspErrorHighlight", { "fg": s:red, "gui": "underline", "cterm": "underline" })
|
||||
call s:h("LspWarningHighlight", { "fg": s:yellow, "gui": "underline", "cterm": "underline" })
|
||||
call s:h("LspInformationHighlight", { "fg":s:blue, "gui": "underline", "cterm": "underline" })
|
||||
|
||||
Reference in New Issue
Block a user