[vim] Add file-line plugin

Allow to open the file with the file:line syntax
This commit is contained in:
Mathieu Maret 2015-06-05 16:41:06 +02:00 committed by Mathieu Maret
parent 198334b1ca
commit 1a9cd4d46d
1 changed files with 3 additions and 0 deletions

3
.vimrc
View File

@ -476,4 +476,7 @@ let g:vimwiki_list=[{'path':'~/.vim/vimwiki'}]
" Align
" eg. to align on the "=" do :'<,'>Align =
Plugin 'vim-scripts/Align'
" open file at the given line with the file.txt:20 syntax
Plugin 'bogado/file-line'
call vundle#end()