21 lines
632 B
Text
21 lines
632 B
Text
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 'will133/vim-dirdiff'
|
|
Plug 'tpope/vim-dispatch'
|
|
Plug 'tpope/vim-fugitive'
|
|
Plug 'tpope/vim-sensible'
|
|
Plug 'tpope/vim-cucumber'
|
|
Plug 'airblade/vim-gitgutter'
|
|
Plug 'godlygeek/tabular'
|
|
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'
|