Vim: Remove sneak, fix plugins in vim-plug
This commit is contained in:
@@ -22,7 +22,7 @@ call plug#begin('~/.vim/bundle')
|
||||
"Plug 'Shougo/neocomplete.vim'
|
||||
"Plug 'lyuts/vim-rtags'
|
||||
"Plug 'JBakamovic/cxxd-vim'
|
||||
Plug 'neoclide/coc.nvim'
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
Plug 'jackguo380/vim-lsp-cxx-highlight'
|
||||
" }}}
|
||||
|
||||
@@ -51,7 +51,6 @@ Plug 'Xuyuanp/nerdtree-git-plugin'
|
||||
"Plug 'mileszs/ack.vim' " Ack integration
|
||||
Plug 'junegunn/fzf.vim'
|
||||
"Plug 'fholgado/minibufexpl.vim'
|
||||
Plug 'justinmk/vim-sneak' " easy movement
|
||||
Plug 'ludovicchabant/vim-gutentags' "Auto generate tags
|
||||
Plug 'liuchengxu/vista.vim'
|
||||
Plug 'wellle/targets.vim'
|
||||
@@ -61,7 +60,7 @@ Plug 'inside/vim-search-pulse'
|
||||
" Git integration {{{
|
||||
Plug 'mhinz/vim-signify' " Mark edited lines - faster gitgutter
|
||||
"Plug 'rhysd/git-messenger.vim' " show git history
|
||||
Plug 'tpope/vim-fugitive' " Git integration
|
||||
"Plug 'tpope/vim-fugitive' " Git integration
|
||||
" }}}
|
||||
|
||||
" Syntax for random filetypes {{{
|
||||
@@ -83,7 +82,7 @@ Plug 'vim-pandoc/vim-pandoc-syntax'
|
||||
"Plug 'adrian5/oceanic-next-vim'
|
||||
"Black and white:
|
||||
"Plug 'ewilazarus/preto'
|
||||
Plug 'andreasvc/vim-256noir.git'
|
||||
Plug 'andreasvc/vim-256noir'
|
||||
" }}}
|
||||
|
||||
" Other plugins (external tools, etc) {{{
|
||||
|
||||
Reference in New Issue
Block a user