1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 01:53:22 -07:00

finally i can read diff files like your mom intended

This commit is contained in:
Connor Olding 2023-07-06 02:21:26 -07:00
parent 5ad06fcd63
commit ccd6a11286

View File

@ -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>