resort vim plugin list
This commit is contained in:
parent
10a307e958
commit
282df97b1f
1 changed files with 20 additions and 20 deletions
|
@ -1,26 +1,26 @@
|
||||||
|
Plug 'airblade/vim-gitgutter'
|
||||||
|
Plug 'godlygeek/tabular'
|
||||||
Plug 'https://github.com/cyplo/vim-colors-solarized.git'
|
Plug 'https://github.com/cyplo/vim-colors-solarized.git'
|
||||||
Plug 'mileszs/ack.vim'
|
|
||||||
Plug 'vim-airline/vim-airline'
|
|
||||||
Plug 'vim-airline/vim-airline-themes'
|
|
||||||
Plug 'timonv/vim-cargo'
|
|
||||||
Plug 'kien/ctrlp.vim'
|
|
||||||
Plug 'junegunn/fzf.vim'
|
Plug 'junegunn/fzf.vim'
|
||||||
Plug 'will133/vim-dirdiff'
|
Plug 'kien/ctrlp.vim'
|
||||||
|
Plug 'mhinz/vim-startify'
|
||||||
|
Plug 'mileszs/ack.vim'
|
||||||
|
Plug 'plasticboy/vim-markdown'
|
||||||
|
Plug 'prabirshrestha/async.vim'
|
||||||
|
Plug 'prabirshrestha/asyncomplete-lsp.vim'
|
||||||
|
Plug 'prabirshrestha/asyncomplete.vim'
|
||||||
|
Plug 'prabirshrestha/vim-lsp'
|
||||||
|
Plug 'roxma/nvim-yarp'
|
||||||
|
Plug 'roxma/vim-hug-neovim-rpc'
|
||||||
|
Plug 'rust-lang/rust.vim'
|
||||||
|
Plug 'Shougo/deoplete.nvim'
|
||||||
|
Plug 'timonv/vim-cargo'
|
||||||
|
Plug 'tpope/vim-cucumber'
|
||||||
Plug 'tpope/vim-dispatch'
|
Plug 'tpope/vim-dispatch'
|
||||||
Plug 'tpope/vim-fugitive'
|
Plug 'tpope/vim-fugitive'
|
||||||
Plug 'tpope/vim-sensible'
|
Plug 'tpope/vim-sensible'
|
||||||
Plug 'tpope/vim-cucumber'
|
Plug 'tpope/vim-surround'
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'vim-airline/vim-airline'
|
||||||
Plug 'godlygeek/tabular'
|
Plug 'vim-airline/vim-airline-themes'
|
||||||
Plug 'plasticboy/vim-markdown'
|
|
||||||
Plug 'mhinz/vim-startify'
|
|
||||||
Plug 'rust-lang/rust.vim'
|
|
||||||
Plug 'prabirshrestha/async.vim'
|
|
||||||
Plug 'prabirshrestha/vim-lsp'
|
|
||||||
Plug 'prabirshrestha/asyncomplete.vim'
|
|
||||||
Plug 'prabirshrestha/asyncomplete-lsp.vim'
|
|
||||||
Plug 'Shougo/deoplete.nvim'
|
|
||||||
Plug 'roxma/nvim-yarp'
|
|
||||||
Plug 'roxma/vim-hug-neovim-rpc'
|
|
||||||
Plug 'vim-syntastic/syntastic'
|
Plug 'vim-syntastic/syntastic'
|
||||||
|
Plug 'will133/vim-dirdiff'
|
||||||
|
|
Loading…
Reference in a new issue