dblume commited on 2024-05-26 16:00:37
Showing 6 changed files, with 2 additions and 4 deletions.
Fixes a typo, I put it one directory too high. Also use fewer lines in .vimrc for config.
| ... | ... |
@@ -453,10 +453,8 @@ let g:rooter_patterns = ['.git', 'Makefile', 'builds/'] |
| 453 | 453 |
let g:rooter_cd_cmd = 'lcd' |
| 454 | 454 |
let g:rooter_manual_only = 1 |
| 455 | 455 |
|
| 456 |
-" https://github.com/luochen1990/rainbow/ |
|
| 457 |
-let g:rainbow_conf = {
|
|
| 458 |
-\ 'ctermfgs': ['lightblue', 'yellow', 'green', 'cyan', 'lightmagenta'] |
|
| 459 |
-\} |
|
| 456 |
+" 'Rainbow Parentheses Improved' https://github.com/luochen1990/rainbow/ |
|
| 457 |
+let g:rainbow_conf = { 'ctermfgs': ['lightblue', 'yellow', 'green', 'cyan', 'lightmagenta'] }
|
|
| 460 | 458 |
let g:rainbow_active = 1 "set to 0 if you want to enable it later via :RainbowToggle |
| 461 | 459 |
|
| 462 | 460 |
" In some environments, Vim starts in replace mode: |
| 463 | 461 |