[UPDATE][VIM] Remove unused plugins
This commit is contained in:
parent
bb40d8fc77
commit
0d1457ee0b
|
@ -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>
|
||||
|
|
14
vim/.vimrc
14
vim/.vimrc
|
@ -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 {{{
|
||||
|
|
Loading…
Reference in a new issue