Browse Source

[nvim] Add vim-rhubarb for :GBrowse support.

master
Fredrik Ekre 4 years ago
parent
commit
0b155c9391
  1. 1
      .vimrc

1
.vimrc

@ -20,6 +20,7 @@ call plug#begin('~/.vim/plugged')
"Git plugin "Git plugin
Plug 'tpope/vim-fugitive' Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-rhubarb'
if has('nvim') if has('nvim')
" LSP helpers " LSP helpers

Loading…
Cancel
Save