Vim Tips Wiki
(Change to TipImported template + severe manual clean)
No edit summary
Line 10: Line 10:
 
|rating=20/10
 
|rating=20/10
 
}}
 
}}
  +
[[Category:Omnicomplete]]
  +
 
The omni complete feature in Vim is great especially with SuperTab {{script|id=1643}}. However the hideous choice of color makes it ugly and unreadable. You can use the highlight command to make it look better.
 
The omni complete feature in Vim is great especially with SuperTab {{script|id=1643}}. However the hideous choice of color makes it ugly and unreadable. You can use the highlight command to make it look better.
   

Revision as of 08:20, 14 March 2008

Tip 1486 Printable Monobook Previous Next

created January 23, 2007 · complexity basic · author RedBeard0531 · version n/a


The omni complete feature in Vim is great especially with SuperTab script#1643. However the hideous choice of color makes it ugly and unreadable. You can use the highlight command to make it look better.

Run the following command or add it to your vimrc:

:highlight Pmenu guibg=brown gui=bold

To see how different color schemes look run something like this (from VimTip634).

:source /usr/share/vim/vim70/syntax/colortest.vim

References

Comments

Or you could just use a colorscheme that is designed with the completion menu in mind. Like script#1483.