bounceme / poppy.vim

vim port of highlightparentheses.el
25 stars 2 forks source link

Informative: change colors #6

Closed MarkSwanson closed 6 years ago

MarkSwanson commented 6 years ago

Just a simple example for folks that haven't done much vimscript.

" testing poppy instead of rainbowparentheses: https://github.com/bounceme/poppy.vim au! cursormoved * call PoppyInit() " ColorColumn = white " Constant = Red " rubyRegexpSpecial = purple " Special = Green " Function = Yellow let g:poppyhigh = ['Constant', 'rubyRegexpSpecial', 'Special', 'Function', 'rubyModule']