get rid of vimplugins
This commit is contained in:
parent
1024d96ec2
commit
c571647330
4 changed files with 43 additions and 37 deletions
10
vimplugins
10
vimplugins
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue