I broke up with neovim....vim is my best friend now
This commit is contained in:
13
dot_vim/plugged/vim-lsp-settings/installer/go_install.cmd
Normal file
13
dot_vim/plugged/vim-lsp-settings/installer/go_install.cmd
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
|
||||
if "x%1" equ "x" goto :EOF
|
||||
|
||||
setlocal
|
||||
|
||||
set GO111MODULE=on
|
||||
set GOPATH=%cd%
|
||||
set GOBIN=%cd%
|
||||
go install -v %1
|
||||
set GOBIN=
|
||||
go clean -modcache
|
||||
rd /S /Q "src" "pkg" 2> NUL
|
||||
Reference in New Issue
Block a user