diff options
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -71,17 +71,13 @@ nnoremap <silent> <leader>/ :execute 'vimgrep /'.@/.'/g %'<CR>:copen<CR> " vim-plug call plug#begin('~/.vim/plugged') - Plug 'fatih/vim-go', { 'tag': '*' } - -" Initialize plugin system +Plug 'altercation/vim-colors-solarized' call plug#end() " colorscheme -set background=dark -let gruvbox_bold=0 -let g:gruvbox_contrast_dark='medium' -" colorscheme gruvbox +set background=light +colorscheme solarized "backups/swap |