diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-03-22 20:27:04 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-03-22 20:27:04 +0000 |
commit | c3ab58ec78844369e1227d85012316f69b68f644 (patch) | |
tree | ed86594ba00459f2cb55c8cc859848d0f566842b | |
parent | 247749eb13ece57655302a364e61c74b61259e79 (diff) |
back to default colorscheme
-rw-r--r-- | vim/vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ let sh_maxlines=600 set synmaxcol=300 set noshowmatch set synmaxcol=200 +set shell=/usr/local/bin/fish set nocompatible @@ -72,7 +73,7 @@ nnoremap <silent> <leader>/ :execute 'vimgrep /'.@/.'/g %'<CR>:copen<CR> set background=dark let gruvbox_bold=0 let g:gruvbox_contrast_dark='medium' -colorscheme gruvbox +" colorscheme gruvbox "backups/swap |