summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2021-03-24 11:12:39 +0000
committerMatthew Lemon <matt@matthewlemon.com>2021-03-24 11:15:14 +0000
commite3e93f300753a4d234b63a72eef8f9ee9a24d4c7 (patch)
tree18de7135f51ff23b3da5bfee01077f27ad99ad5d /vim/vimrc
parentefc0edd8bbec7ef4e25883c27d8a3c92c6622d10 (diff)
changed colour and font for bright days - and rid of nvim for git
Diffstat (limited to '')
-rw-r--r--vim/vimrc10
1 files changed, 3 insertions, 7 deletions
diff --git a/vim/vimrc b/vim/vimrc
index aab11f2..245a19c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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