switch to vim-polyglot

This commit is contained in:
Barak Michener 2017-10-19 11:45:14 -07:00
parent cafffe67e2
commit 9635733a56

22
.vimrc
View file

@ -83,18 +83,15 @@ Plug 'vim-scripts/EasyGrep'
Plug 'chrisbra/NrrwRgn'
Plug 'hsitz/VimOrganizer'
Plug 'mattn/calendar-vim'
"Plug 'vim-scripts/fish-syntax'
Plug 'sjbach/lusty'
Plug 'scrooloose/nerdcommenter'
Plug 'scrooloose/nerdtree'
Plug 'rstacruz/sparkup'
Plug 'scrooloose/syntastic'
Plug 'kchmck/vim-coffee-script'
Plug 'tpope/vim-fugitive'
Plug 'airblade/vim-gitgutter'
Plug 'lunaru/vim-less'
"Plug 'terryma/vim-multiple-cursors'
"Plug 'rodjek/vim-puppet'
Plug 'tpope/vim-unimpaired'
"Plug 'Valloric/YouCompleteMe'
Plug 'Shougo/deoplete.nvim'
@ -107,14 +104,13 @@ Plug 'vim-airline/vim-airline-themes'
Plug 'kien/ctrlp.vim'
Plug 'bling/vim-bufferline'
Plug 'majutsushi/tagbar'
Plug 'eagletmt/neco-ghc'
Plug 'eagletmt/ghcmod-vim'
Plug 'eagletmt/neco-ghc', {'for': 'haskell'}
Plug 'eagletmt/ghcmod-vim', {'for': 'haskell'}
Plug 'Shougo/vimproc.vim'
Plug 'Shougo/vimfiler.vim'
Plug 'Shougo/unite.vim'
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'
"Plug 'JuliaLang/julia-vim'
Plug 'tpope/vim-surround'
"Plug 'farseer90718/vim-taskwarrior'
Plug 'fatih/vim-go'
@ -122,16 +118,22 @@ Plug 'fatih/vim-go'
Plug 'tpope/vim-abolish'
Plug 'hylang/vim-hy'
Plug 'jiangmiao/auto-pairs'
Plug 'rust-lang/rust.vim'
Plug 'racer-rust/vim-racer'
Plug 'hashivim/vim-terraform'
Plug 'racer-rust/vim-racer', {'for': 'rust'}
Plug 'let-def/vimbufsync'
"Plug 'lucas8/coquille', {'branch': 'error_on_coq_error', 'for': 'coq'}
Plug 'whonore/coquille', {'branch': 'pathogen-bundle', 'for': 'coq'}
Plug 'HerringtonDarkholme/yats.vim'
Plug 'mhartington/nvim-typescript'
Plug 'sheerun/vim-polyglot'
"Plug 'vim-scripts/fish-syntax'
"Plug 'kchmck/vim-coffee-script'
"Plug 'rodjek/vim-puppet'
"Plug 'JuliaLang/julia-vim'
"Plug 'rust-lang/rust.vim'
"Plug 'hashivim/vim-terraform'
"Plug 'HerringtonDarkholme/yats.vim'
call plug#end()