nvim: Add vim fetch
Enable to process line and column jump specifications in file paths as found in stack traces and similar output Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
efbde43c1e
commit
c7afc36466
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ Plug 'psliwka/vim-smoothie'
|
||||||
" Auto correction
|
" Auto correction
|
||||||
Plug 'sedm0784/vim-you-autocorrect', { 'for': [ 'text', 'markdown' ] }
|
Plug 'sedm0784/vim-you-autocorrect', { 'for': [ 'text', 'markdown' ] }
|
||||||
Plug 'rhysd/vim-grammarous', { 'for': [ 'text', 'markdown' ] }
|
Plug 'rhysd/vim-grammarous', { 'for': [ 'text', 'markdown' ] }
|
||||||
|
" Handle line & column jump specifications as found in stack traces
|
||||||
|
Plug 'wsdjeg/vim-fetch'
|
||||||
" Miscellaneous
|
" Miscellaneous
|
||||||
Plug 'junegunn/vim-slash'
|
Plug 'junegunn/vim-slash'
|
||||||
Plug 'andymass/vim-matchup'
|
Plug 'andymass/vim-matchup'
|
||||||
|
|
Loading…
Reference in a new issue