Skip to content

Commit

Permalink
Plugin updates
Browse files Browse the repository at this point in the history
* Replace file-line with vim-fetch; file-line conflicts with fugitive
  as per bogado/file-line#44
* Changed ctrlp repo location
* Removed unused terraform support
  • Loading branch information
sheldonh committed Jul 12, 2017
1 parent c91056b commit 8c67f62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ call vundle#begin()

Plugin 'gmarik/Vundle.vim'

Plugin 'bogado/file-line'
Plugin 'kien/ctrlp.vim'
Plugin 'kopischke/vim-fetch'
Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'mileszs/ack.vim'
Plugin 'vim-scripts/matchit.zip'
Plugin 'vim-scripts/ShowTrailingWhitespace'
Plugin 'tpope/vim-fugitive'

Plugin 'bkad/vim-terraform'
Plugin 'fatih/vim-go'
Plugin 'kchmck/vim-coffee-script'
Plugin 'scrooloose/syntastic'
Expand Down

0 comments on commit 8c67f62

Please sign in to comment.