1
0
Fork 0

get rid of vimplugins

This commit is contained in:
Von Random 2018-06-22 20:05:04 +03:00
parent 1024d96ec2
commit c571647330
4 changed files with 43 additions and 37 deletions

View file

@ -30,13 +30,7 @@ Plug 'lifepillar/vim-gruvbox8'
Plug 'tomasr/molokai'
Plug 'whatyouhide/vim-gotham'
Plug 'NLKNguyen/papercolor-theme'
" experimenting
Plug 'ajmwagar/vim-deus'
Plug 'hauleth/blame.vim'
Plug 'kaicataldo/material.vim'
Plug 'Badacadabra/vim-archery'
Plug 'chriskempson/base16-vim'
" only plug vimwiki within vimwiki dir and this file
if expand('%:p:h') =~ 'vimwiki' || expand('%') =~ 'vimplugins'
@ -56,8 +50,8 @@ nmap <Leader>a <Plug>(EasyAlign)
if has('gui_running') || $TERM =~ '^\(tmux\|st\)' && v:version >= 800
let &t_8f = "\033[38;2;%lu;%lu;%lum"
let &t_8b = "\033[48;2;%lu;%lu;%lum"
set termguicolors bg=dark
colorscheme archery
set termguicolors bg=light
colorscheme PaperColor
else
let g:solarized_use16 = 1
let g:solarized_term_italics = 0