Added CompeDocumentation highlight
authormofiqul <mofi0islam@gmail.com>
Wed, 3 Nov 2021 13:41:48 +0000 (19:11 +0530)
committermofiqul <mofi0islam@gmail.com>
Wed, 3 Nov 2021 13:41:48 +0000 (19:11 +0530)
lua/dracula/init.lua

index 9248828fcb5cded6e925451b7de71dfb94358e73..c0cce989327d45da6ea09e150ef7853cf8770d79 100644 (file)
@@ -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")