diff --git a/vim/.vim/after/plugin/mappings/misc.vim b/vim/.vim/after/plugin/mappings/misc.vim index 6a34068..7383558 100644 --- a/vim/.vim/after/plugin/mappings/misc.vim +++ b/vim/.vim/after/plugin/mappings/misc.vim @@ -17,6 +17,3 @@ noremap m :silent! :make! \| :redraw! " Remove search-highlighting noremap :nohls - -" Explicit map for vim-cheat40 which seems to fail because of my map -map ? :Cheat40 diff --git a/vim/.vimrc b/vim/.vimrc index 41b62b3..3381eab 100644 --- a/vim/.vimrc +++ b/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 {{{