Skip to content

Commit

Permalink
Drop file_line.vim for vim-fetch
Browse files Browse the repository at this point in the history
bogado/file-line#44

This issue is and related ones in the repo are resulting in broken
commands and setup for Fugitive, including an issue where the `tags`
variable isn't getting all the proper folders.
  • Loading branch information
geoffharcourt committed Dec 1, 2015
1 parent cf3b662 commit d2b98d0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions vimrc.bundles.local
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Colors
" " Colors
Plug 'nanotech/jellybeans.vim'

" Tim Pope for the win
" " Tim Pope for the win
Plug 'tpope/vim-abolish'
Plug 'tpope/vim-dispatch'
Plug 'tpope/vim-haml', { 'for': 'haml' }
Expand All @@ -12,9 +12,9 @@ Plug 'tpope/vim-speeddating'
Plug 'tpope/vim-vinegar'
Plug 'tpope/vim-unimpaired'

" Other plugins
" " Other plugins
Plug 'airblade/vim-gitgutter'
Plug 'bogado/file-line'
Plug 'kopischke/vim-fetch'
Plug 'christoomey/vim-conflicted'
Plug 'christoomey/vim-rfactory'
Plug 'christoomey/vim-tmux-navigator'
Expand Down Expand Up @@ -43,9 +43,9 @@ Plug 'rizzatti/dash.vim'
Plug 'sjl/gundo.vim'
Plug 'skwp/greplace.vim'

" Experiments
" Plug 'Shougo/neocomplete.vim'
" Plug 'Shougo/neosnippet'
" Plug 'Shougo/neosnippet-snippets'
" Plug 'Shougo/vimproc.vim'
" " Experiments
" " Plug 'Shougo/neocomplete.vim'
" " Plug 'Shougo/neosnippet'
" " Plug 'Shougo/neosnippet-snippets'
" " Plug 'Shougo/vimproc.vim'
Plug 'junegunn/vader.vim'

0 comments on commit d2b98d0

Please sign in to comment.