New vim plugins.
This commit is contained in:
parent
7152f4e4d1
commit
bdc19f1b24
13
vimrc
13
vimrc
@ -5,6 +5,8 @@ call plug#begin('~/.vim/plugged')
|
||||
|
||||
Plug 'tpope/vim-sensible'
|
||||
|
||||
Plug 'chrisbra/Recover.vim'
|
||||
|
||||
Plug 'Valloric/YouCompleteMe', { 'do': './install.sh --clang-completer --system-libclang' }
|
||||
|
||||
Plug 'Shougo/vimproc.vim' , { 'do': 'make -f make_unix.mak' }
|
||||
@ -23,6 +25,7 @@ Plug 'bling/vim-airline'
|
||||
Plug 'scrooloose/syntastic'
|
||||
Plug 'tomtom/tcomment_vim'
|
||||
"Plug 'Raimondi/delimitMate'
|
||||
" Plug 'jalcine/cmake.vim' --slow
|
||||
|
||||
Plug 'editorconfig/editorconfig-vim'
|
||||
|
||||
@ -33,7 +36,11 @@ Plug 'dag/vim2hs'
|
||||
Plug 'eagletmt/ghcmod-vim'
|
||||
Plug 'eagletmt/neco-ghc'
|
||||
|
||||
Plug 'tpope/vim-fireplace' " clojure repl
|
||||
" clojure
|
||||
Plug 'tpope/vim-leiningen'
|
||||
Plug 'tpope/vim-projectionist'
|
||||
Plug 'tpope/vim-dispatch'
|
||||
Plug 'tpope/vim-fireplace'
|
||||
|
||||
Plug 'marijnh/tern_for_vim'
|
||||
|
||||
@ -62,10 +69,14 @@ Plug 'bps/vim-textobj-python'
|
||||
|
||||
Plug 'tpope/vim-surround'
|
||||
|
||||
Plug 'Lokaltog/vim-easymotion'
|
||||
|
||||
Plug 'peterhoeg/vim-qml'
|
||||
|
||||
Plug 'ekalinin/Dockerfile.vim'
|
||||
|
||||
Plug 'digitaltoad/vim-jade'
|
||||
|
||||
" vim-sleuth?
|
||||
|
||||
call plug#end()
|
||||
|
Loading…
Reference in New Issue
Block a user