mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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,
\ }
\}