nvim: Drop eunuch and lastplace

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-05-11 11:40:42 +05:30
parent c874a027b5
commit 01eb979b2c

View file

@ -79,7 +79,6 @@ Plug 'tommcdo/vim-exchange'
" Tim pope essentials
Plug 'tpope/vim-commentary'
Plug 'tpope/vim-repeat'
Plug 'tpope/vim-eunuch'
Plug 'tpope/vim-sleuth'
" Show indentation levels
Plug 'Yggdroot/indentLine'
@ -91,9 +90,8 @@ Plug 'psliwka/vim-smoothie'
Plug 'justinmk/vim-dirvish'
" Handle line & column jump specifications as found in stack traces
Plug 'wsdjeg/vim-fetch'
" Miscellaneous
" Show leader key bindings
Plug 'liuchengxu/vim-which-key'
Plug 'farmergreg/vim-lastplace'
call plug#end()