diff options
Diffstat (limited to 'runtime/colors/vim.lua')
-rw-r--r-- | runtime/colors/vim.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/colors/vim.lua b/runtime/colors/vim.lua index 5b9309ab38..dd59e5075d 100644 --- a/runtime/colors/vim.lua +++ b/runtime/colors/vim.lua @@ -60,6 +60,7 @@ hi('PmenuMatch', { link = 'Pmenu' }) hi('PmenuMatchSel', { link = 'PmenuSel' }) hi('PmenuExtra', { link = 'Pmenu' }) hi('PmenuExtraSel', { link = 'PmenuSel' }) +hi('ComplMatchIns', {}) hi('Substitute', { link = 'Search' }) hi('Whitespace', { link = 'NonText' }) hi('MsgSeparator', { link = 'StatusLine' }) |