mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-10 07:26:17 -04:00
Add (very small) support for unite.vim
Thanks to the help of @benjumanji, I added custom highlighting for unite.vim's grep search results (white fg on a green bg so that they stand out). This may not be a very stable solution since it relies on unite.vim internals, but hey, c'est la vie.
This commit is contained in:
parent
e3b303680e
commit
fecea14417
|
|
@ -227,6 +227,8 @@ call s:Col('CtrlPPrtBase', 'base4') " '>>>' prompt
|
|||
call s:Col('CtrlPPrtText', 'cyan') " text in the prompt
|
||||
call s:Col('CtrlPPtrCursor', 'base7') " cursor in the prompt
|
||||
|
||||
" unite.vim
|
||||
call s:Col('uniteSource__GrepPattern', 'base7', 'green')
|
||||
|
||||
|
||||
" Cleanup =====================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue