dblume commited on 2024-06-05 22:58:43
Showing 2 changed files, with 8 additions and 2 deletions.
| ... | ... |
@@ -430,7 +430,10 @@ let g:rooter_cd_cmd = 'lcd' |
| 430 | 430 |
let g:rooter_manual_only = 1 |
| 431 | 431 |
|
| 432 | 432 |
" 'Rainbow Parentheses Improved' https://github.com/luochen1990/rainbow/ |
| 433 |
-let g:rainbow_conf = { 'ctermfgs': ['223', 'lightblue', '180', 'green', 'yellow', '111'] }
|
|
| 433 |
+let g:rainbow_conf = {
|
|
| 434 |
+\ 'ctermfgs': ['223', 'lightblue', '180', 'green', 'yellow', '111'], |
|
| 435 |
+\ 'separately': { 'rokulog': 0 }
|
|
| 436 |
+\ } |
|
| 434 | 437 |
let g:rainbow_active = 1 "set to 0 if you want to enable it later via :RainbowToggle |
| 435 | 438 |
|
| 436 | 439 |
" See https://wiki.dlma.com/neovim#cscope |
| ... | ... |
@@ -454,7 +454,10 @@ let g:rooter_cd_cmd = 'lcd' |
| 454 | 454 |
let g:rooter_manual_only = 1 |
| 455 | 455 |
|
| 456 | 456 |
" 'Rainbow Parentheses Improved' https://github.com/luochen1990/rainbow/ |
| 457 |
-let g:rainbow_conf = { 'ctermfgs': ['223', 'lightblue', '180', 'green', 'yellow', '111'] }
|
|
| 457 |
+let g:rainbow_conf = {
|
|
| 458 |
+\ 'ctermfgs': ['223', 'lightblue', '180', 'green', 'yellow', '111'], |
|
| 459 |
+\ 'separately': { 'rokulog': 0 }
|
|
| 460 |
+\ } |
|
| 458 | 461 |
let g:rainbow_active = 1 "set to 0 if you want to enable it later via :RainbowToggle |
| 459 | 462 |
|
| 460 | 463 |
" In some environments, Vim starts in replace mode: |
| 461 | 464 |