feat(colors): packer highlighting
This commit is contained in:
parent
929cb313e9
commit
dd827f0915
|
@ -897,6 +897,14 @@ local highlight_groups = {
|
|||
|
||||
--[[ 4.4.16. nvim-compe ]]
|
||||
CompeDocumentationBorder = 'FloatBorder',
|
||||
|
||||
--[[ 4.4.16. packer.nvim ]]
|
||||
packerFail = 'ErrorMsg',
|
||||
packerHash = 'Number',
|
||||
packerPackageNotLoaded = 'Ignore',
|
||||
packerStatusFail = 'Statement',
|
||||
packerStatusSuccess = 'packerStatusFail',
|
||||
packerSuccess = function(self) return {fg=green, style=self.packerFail.style} end,
|
||||
}
|
||||
|
||||
--[[ Step 5: Terminal Colors
|
||||
|
|
Loading…
Reference in New Issue