Add fugitive
This commit is contained in:
parent
df692a7195
commit
71a0246b7d
2 changed files with 8 additions and 2 deletions
|
@ -3,6 +3,12 @@
|
||||||
" - Avoid using standard Vim directory names like 'plugin'
|
" - Avoid using standard Vim directory names like 'plugin'
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
|
"" Gitvimbim Wrapper
|
||||||
|
" Vim Fudgeitive
|
||||||
|
Plug 'tpope/vim-fugitive'
|
||||||
|
Plug 'shumphrey/fugitive-gitlab.vim'
|
||||||
|
Plug 'borissov/fugitive-gitea'
|
||||||
|
|
||||||
"" Coding Assistance
|
"" Coding Assistance
|
||||||
" Ale: Runs fast and works well.
|
" Ale: Runs fast and works well.
|
||||||
Plug 'dense-analysis/ale'
|
Plug 'dense-analysis/ale'
|
||||||
|
|
|
@ -4,8 +4,8 @@ export MAILCHECK=1
|
||||||
export GOPATH=$HOME/workspace/gospace
|
export GOPATH=$HOME/workspace/gospace
|
||||||
export FONTCONFIG_PATH=/etc/fonts
|
export FONTCONFIG_PATH=/etc/fonts
|
||||||
|
|
||||||
#export UID=$(id -u)
|
export UID=$(id -u)
|
||||||
#export DGID=1001
|
export GID=$(id -g)
|
||||||
|
|
||||||
export PATH=$PATH:~/.local/bin:~/bin:
|
export PATH=$PATH:~/.local/bin:~/bin:
|
||||||
export PATH=$PATH:$(composer global config bin-dir --absolute -q)
|
export PATH=$PATH:$(composer global config bin-dir --absolute -q)
|
||||||
|
|
Loading…
Reference in a new issue