diff --git a/.gitignore b/.gitignore index 18619bb..d5e0897 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ autoload spell plugin doc +keys.vim diff --git a/plugins.vim b/plugins.vim index e40909f..f8c266b 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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' diff --git a/vimrc b/vimrc index ec91f83..d38e7aa 100644 --- a/vimrc +++ b/vimrc @@ -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