summaryrefslogtreecommitdiff
path: root/app-vim/rainbow/files/README.gentoo
blob: bccf810dda90bc109b19d6cfa312d94cd7025131 (plain)
1
2
3
4
5
6
7
8
CMakeLists.txt syntax highlighting is broken with rainbow enabled.
Add this to your vimrc to work around the bug:

let g:rainbow_conf = {
\   'separately': {
\       'cmake': 0,
\   }
\}