mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -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, \ } \}