MAINT: cleaning up nix deps

This commit is contained in:
Matthew Ryan Dillon 2020-08-09 13:57:46 -07:00
parent d1200d1d8b
commit fa8c6ba9b3
3 changed files with 19 additions and 17 deletions

4
vimrc
View file

@ -36,7 +36,6 @@ nnoremap <silent> ]B :blast<CR>
call plug#begin('~/.vim/plugged')
Plug 'airblade/vim-gitgutter'
Plug 'chriskempson/base16-vim'
Plug 'ludovicchabant/vim-gutentags'
Plug 'ntpeters/vim-better-whitespace'
Plug 'sheerun/vim-polyglot'
Plug 'tpope/vim-vinegar'
@ -49,9 +48,6 @@ call plug#end()
let base16colorspace=256
source ~/.vimrc_background
" for Plug 'ludovicchabant/vim-gutentags'
let g:gutentags_cache_dir = '~/.gutentags_cache'
" for Plug 'ntpeters/vim-better-whitespace'
let g:better_whitespace_enabled=1
let g:strip_whitespace_on_save=1