mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:39:02 -08:00
finally i can read diff files like your mom intended
This commit is contained in:
parent
5ad06fcd63
commit
ccd6a11286
1 changed files with 4 additions and 0 deletions
|
@ -391,6 +391,10 @@ let g:netrw_fastbrowse = 0 " so THAT'S what's been causing me agony
|
|||
set background=dark
|
||||
try | colorscheme minimalist | catch /E185/ | colorscheme desert | endtry
|
||||
|
||||
" barely any colorschemes set these to anything useful. negligence? indifference?
|
||||
hi diffRemoved ctermfg=168 guifg=#d75f87
|
||||
hi diffAdded ctermfg=78 guifg=#5fd75f
|
||||
|
||||
" ctrlp {{{1
|
||||
|
||||
map <silent> <c-n> :CtrlPBuffer<cr>
|
||||
|
|
Loading…
Reference in a new issue