Skip to content

Commit

Permalink
feat(vim): add fugitive-gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Nov 6, 2023
1 parent 5942f16 commit 5a398cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/neovim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ in
nnoremap <leader>gpn :Git! push -u origin HEAD<CR>
nnoremap gj :diffget //2<CR>
nnoremap gl :diffget //3<CR>
" Fugitive-Gitlab
let g:fugitive_gitlab_domains = ['https://git.datalabhell.at']
" Git-gutter
" Use fontawesome icons as signs - stolen from https://github.com/JakobGM/dotfiles/blob/2fdc40ece4b36cf1f5143b5778c171c0859e119f/config/nvim/init.vim#L574-L579
Expand Down Expand Up @@ -391,6 +393,7 @@ in
vim-floaterm
vim-flutter
fugitive
fugitive-gitlab-vim
fzf-vim
gitgutter
vim-graphql
Expand Down

0 comments on commit 5a398cd

Please sign in to comment.