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