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