mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
vim: remove unused plugins
This commit is contained in:
parent
6bd642d863
commit
17abdef84b
1 changed files with 1 additions and 17 deletions
16
root/.vimrc
16
root/.vimrc
|
|
@ -32,26 +32,10 @@
|
|||
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
|
||||
endif
|
||||
call plug#begin('~/.vim/bundle')
|
||||
|
||||
""" Themes
|
||||
Plug 'tribela/vim-transparent'
|
||||
Plug 'widatama/vim-phoenix'
|
||||
|
||||
Plug 'Lokaltog/vim-monotone'
|
||||
Plug 'alexanderheldt/monokrom.vim'
|
||||
Plug 'pgdouyon/vim-yin-yang'
|
||||
|
||||
""" Navigation
|
||||
Plug 'justinmk/vim-sneak'
|
||||
call plug#end()
|
||||
|
||||
""" Sneak
|
||||
|
||||
let g:sneak#label = 1
|
||||
autocmd ColorScheme * hi Sneak guifg=black guibg=white ctermfg=black ctermbg=white
|
||||
autocmd ColorScheme * hi SneakScope guifg=black guibg=white ctermfg=black ctermbg=white
|
||||
autocmd ColorScheme * hi SneakLabel guifg=black guibg=white ctermfg=black ctermbg=white
|
||||
|
||||
""" Appearance
|
||||
|
||||
colorscheme phoenix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue