Skip to content

Commit

Permalink
setup fugititve's Gbrowse for GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-makandra committed Dec 2, 2020
1 parent 0747ed6 commit 03883ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ autoload
spell
plugin
doc
keys.vim
3 changes: 3 additions & 0 deletions plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ let g:airline_powerline_fonts = 1
let g:airline#extensions#cursormode#enabled = 0

Plug 'tpope/vim-fugitive'
Plug 'shumphrey/fugitive-gitlab.vim'
let g:fugitive_gitlab_domains = ['https://code.makandra.de']

Plug 'rodjek/vim-puppet'

Plug 'ntpeters/vim-better-whitespace'
Expand Down
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ set laststatus =2
source ~/.vim/plugins.vim
source ~/.vim/functions.vim
source ~/.vim/mappings.vim
source ~/.vim/keys.vim

""
" Spaces and Tabs
Expand Down

0 comments on commit 03883ce

Please sign in to comment.