Add fugitive

This commit is contained in:
Leon Grünewald 2020-02-26 16:21:55 +01:00
parent df692a7195
commit 71a0246b7d
2 changed files with 8 additions and 2 deletions

View file

@ -3,6 +3,12 @@
" - Avoid using standard Vim directory names like 'plugin'
call plug#begin('~/.vim/plugged')
"" Gitvimbim Wrapper
" Vim Fudgeitive
Plug 'tpope/vim-fugitive'
Plug 'shumphrey/fugitive-gitlab.vim'
Plug 'borissov/fugitive-gitea'
"" Coding Assistance
" Ale: Runs fast and works well.
Plug 'dense-analysis/ale'

View file

@ -4,8 +4,8 @@ export MAILCHECK=1
export GOPATH=$HOME/workspace/gospace
export FONTCONFIG_PATH=/etc/fonts
#export UID=$(id -u)
#export DGID=1001
export UID=$(id -u)
export GID=$(id -g)
export PATH=$PATH:~/.local/bin:~/bin:
export PATH=$PATH:$(composer global config bin-dir --absolute -q)