Skip to content

Commit

Permalink
vim: Enable some plugins for idris/rust/snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
JIghtuse committed Dec 18, 2015
1 parent f2b8280 commit 22734ff
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions vim/.vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,21 @@ call vundle#rc()

Plugin 'Chiel92/vim-autoformat'
Plugin 'Lokaltog/vim-easymotion'
Plugin 'Shougo/vimproc.vim'
Plugin 'Shougo/vimshell.vim'
"Plugin 'SirVer/ultisnips'
Plugin 'Valloric/YouCompleteMe'
Plugin 'VundleVim/Vundle.vim'
Plugin 'altercation/vim-colors-solarized.git'
Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'ervandew/ag'
Plugin 'honza/vim-snippets'
Plugin 'idris-hackers/idris-vim'
Plugin 'majutsushi/tagbar'
Plugin 'matchit.zip'
Plugin 'mhinz/vim-signify'
Plugin 'mileszs/ack.vim.git'
" Plugin 'racer-rust/vim-racer'
Plugin 'racer-rust/vim-racer'
Plugin 'rust-lang/rust.vim'
Plugin 'scrooloose/syntastic.git'
Plugin 'sjl/gundo.vim'
Expand All @@ -29,8 +34,6 @@ Plugin 'tpope/vim-surround.git'
Plugin 'tpope/vim-unimpaired.git'
Plugin 'tpope/vim-vinegar.git'
Plugin 'troydm/easybuffer.vim.git'
Plugin 'SirVer/ultisnips'
Plugin 'honza/vim-snippets'

set hidden

Expand Down

0 comments on commit 22734ff

Please sign in to comment.