nvim: Remove plugins endwise, mundo and crates
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
c7afc36466
commit
91248a4822
1 changed files with 1 additions and 8 deletions
|
@ -2,8 +2,6 @@
|
|||
call plug#begin('~/.config/nvim/plugged')
|
||||
|
||||
" ----------------------------- Plugins --------------------------------------
|
||||
" Automatically match structures as you type
|
||||
Plug 'tpope/vim-endwise'
|
||||
" Tab completion
|
||||
Plug 'ervandew/supertab'
|
||||
" EasyMotion
|
||||
|
@ -63,8 +61,6 @@ Plug 'prabirshrestha/asyncomplete.vim'
|
|||
Plug 'prabirshrestha/asyncomplete-buffer.vim'
|
||||
Plug 'prabirshrestha/asyncomplete-file.vim'
|
||||
Plug 'prabirshrestha/asyncomplete-tags.vim'
|
||||
" Rust
|
||||
Plug 'mhinz/vim-crates'
|
||||
" Erlang Support
|
||||
Plug 'vim-erlang/vim-erlang-tags', { 'for': 'erlang' }
|
||||
Plug 'vim-erlang/vim-erlang-omnicomplete', { 'for': 'erlang' }
|
||||
|
@ -78,6 +74,7 @@ Plug 'ronakg/quickr-cscope.vim'
|
|||
Plug 'stefandtw/quickfix-reflector.vim'
|
||||
Plug 'romainl/vim-qlist'
|
||||
Plug 'mhinz/vim-grepper'
|
||||
Plug 'milkypostman/vim-togglelist'
|
||||
" Text Object plugins
|
||||
Plug 'kana/vim-textobj-user'
|
||||
Plug 'danidiaz/vim-textobj-do-block'
|
||||
|
@ -117,8 +114,6 @@ Plug 'junegunn/vim-slash'
|
|||
Plug 'andymass/vim-matchup'
|
||||
Plug 'editorconfig/editorconfig-vim'
|
||||
Plug 'igankevich/mesonic'
|
||||
Plug 'simnalamburt/vim-mundo'
|
||||
Plug 'milkypostman/vim-togglelist'
|
||||
Plug 'liuchengxu/vim-which-key'
|
||||
Plug 'farmergreg/vim-lastplace'
|
||||
|
||||
|
@ -237,8 +232,6 @@ imap <C-x><C-w> <plug>(fzf-complete-word)
|
|||
imap <C-x><C-p> <plug>(fzf-complete-path)
|
||||
imap <C-x><C-f> <plug>(fzf-complete-file)
|
||||
imap <C-x><C-l> <plug>(fzf-complete-line)
|
||||
" Undo tree
|
||||
nnoremap <Leader>u :MundoToggle<CR>
|
||||
" Save
|
||||
nnoremap <Leader>w <Esc>:w<CR>
|
||||
" Search and Replace
|
||||
|
|
Loading…
Reference in a new issue