[vim] Add file-line plugin
Allow to open the file with the file:line syntax
This commit is contained in:
parent
198334b1ca
commit
1a9cd4d46d
3
.vimrc
3
.vimrc
@ -476,4 +476,7 @@ let g:vimwiki_list=[{'path':'~/.vim/vimwiki'}]
|
|||||||
" Align
|
" Align
|
||||||
" eg. to align on the "=" do :'<,'>Align =
|
" eg. to align on the "=" do :'<,'>Align =
|
||||||
Plugin 'vim-scripts/Align'
|
Plugin 'vim-scripts/Align'
|
||||||
|
|
||||||
|
" open file at the given line with the file.txt:20 syntax
|
||||||
|
Plugin 'bogado/file-line'
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
Loading…
Reference in New Issue
Block a user