app-vim/rainbow: initial import

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2021-08-18 02:31:29 +05:00
parent 0463384404
commit df38767006
4 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,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,
\ }
\}