1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 00:15:00 +08:00

plugin updates

plugin updates
This commit is contained in:
Geezus
2019-05-16 14:44:54 -05:00
parent e73d906a54
commit 8649b3bf27
163 changed files with 1376 additions and 3542 deletions

View File

@ -23,7 +23,7 @@ fi
dir="/tmp/vim-go-test/$1-install"
export GOPATH=$dir
export GO111MODULE=auto
export GO111MODULE=off
export PATH=${GOPATH}/bin:$PATH
shift