[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
|
" Remove search-highlighting
|
||||||
noremap <Leader><Leader> :nohls<CR>
|
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 {{{
|
" Theming {{{
|
||||||
"""""""""
|
"""""""""
|
||||||
" Nice dark theme
|
|
||||||
Plug 'nanotech/jellybeans.vim'
|
|
||||||
" Another nice dark theme
|
" Another nice dark theme
|
||||||
Plug 'morhetz/gruvbox'
|
Plug 'morhetz/gruvbox'
|
||||||
" Simpler gruvbox
|
" Simpler gruvbox
|
||||||
Plug 'lifepillar/vim-gruvbox8'
|
Plug 'lifepillar/vim-gruvbox8'
|
||||||
" Yet another nice dark theme
|
|
||||||
Plug 'jonathanfilip/vim-lucius'
|
|
||||||
" More dark colorschemes
|
" More dark colorschemes
|
||||||
Plug 'joshdick/onedark.vim'
|
Plug 'joshdick/onedark.vim'
|
||||||
" And even more
|
|
||||||
Plug 'rakr/vim-one'
|
|
||||||
" And another one
|
" And another one
|
||||||
Plug 'junegunn/seoul256.vim'
|
Plug 'junegunn/seoul256.vim'
|
||||||
" Fancy status bar
|
" Fancy status bar
|
||||||
Plug 'itchyny/lightline.vim'
|
Plug 'itchyny/lightline.vim'
|
||||||
" Simplistic dark theme
|
|
||||||
Plug 'axvr/photon.vim'
|
|
||||||
" Another dark theme
|
|
||||||
Plug 'haishanh/night-owl.vim'
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Minimum viable vim config {{{
|
" Minimum viable vim config {{{
|
||||||
|
@ -120,14 +110,10 @@ Plug 'tpope/vim-vinegar'
|
||||||
Plug 'romainl/vim-qf'
|
Plug 'romainl/vim-qf'
|
||||||
" Better folding
|
" Better folding
|
||||||
Plug 'Konfekt/FastFold'
|
Plug 'Konfekt/FastFold'
|
||||||
" A nice little cheat-sheet
|
|
||||||
Plug 'lifepillar/vim-cheat40'
|
|
||||||
" UNIX integration
|
" UNIX integration
|
||||||
Plug 'tpope/vim-eunuch'
|
Plug 'tpope/vim-eunuch'
|
||||||
" Readline mappings
|
" Readline mappings
|
||||||
Plug 'tpope/vim-rsi'
|
Plug 'tpope/vim-rsi'
|
||||||
" Vifm configuration file, and file browsing facilities
|
|
||||||
Plug 'vifm/vifm.vim'
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" Mappings {{{
|
" Mappings {{{
|
||||||
|
|
Loading…
Reference in a new issue