[UPDATE][VIM] Remove unused plugins

This commit is contained in:
Bruno BELANYI 2020-10-28 10:24:20 +01:00
parent bb40d8fc77
commit 0d1457ee0b
2 changed files with 0 additions and 17 deletions

View File

@ -17,6 +17,3 @@ noremap <Leader>m :silent! :make! \| :redraw!<CR>
" Remove search-highlighting
noremap <Leader><Leader> :nohls<CR>
" Explicit map for vim-cheat40 which seems to fail because of my <Nop> map
map <Leader>? :<C-u>Cheat40<CR>

View File

@ -52,26 +52,16 @@ call plug#begin('~/.vim/plugged')
" Theming {{{
"""""""""
" Nice dark theme
Plug 'nanotech/jellybeans.vim'
" Another nice dark theme
Plug 'morhetz/gruvbox'
" Simpler gruvbox
Plug 'lifepillar/vim-gruvbox8'
" Yet another nice dark theme
Plug 'jonathanfilip/vim-lucius'
" More dark colorschemes
Plug 'joshdick/onedark.vim'
" And even more
Plug 'rakr/vim-one'
" And another one
Plug 'junegunn/seoul256.vim'
" Fancy status bar
Plug 'itchyny/lightline.vim'
" Simplistic dark theme
Plug 'axvr/photon.vim'
" Another dark theme
Plug 'haishanh/night-owl.vim'
" }}}
" Minimum viable vim config {{{
@ -120,14 +110,10 @@ Plug 'tpope/vim-vinegar'
Plug 'romainl/vim-qf'
" Better folding
Plug 'Konfekt/FastFold'
" A nice little cheat-sheet
Plug 'lifepillar/vim-cheat40'
" UNIX integration
Plug 'tpope/vim-eunuch'
" Readline mappings
Plug 'tpope/vim-rsi'
" Vifm configuration file, and file browsing facilities
Plug 'vifm/vifm.vim'
" }}}
" Mappings {{{