diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2021-03-24 11:12:39 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2021-03-24 11:15:14 +0000 |
commit | e3e93f300753a4d234b63a72eef8f9ee9a24d4c7 (patch) | |
tree | 18de7135f51ff23b3da5bfee01077f27ad99ad5d /vim/vimrc | |
parent | efc0edd8bbec7ef4e25883c27d8a3c92c6622d10 (diff) |
changed colour and font for bright days - and rid of nvim for git
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 |