nvim: Drop eunuch and lastplace
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
c874a027b5
commit
01eb979b2c
1 changed files with 1 additions and 3 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue