Skip to content

Instantly share code, notes, and snippets.

@maxmanders
Created March 9, 2022 10:17
Show Gist options
  • Save maxmanders/5c123b25a98410b1bed0a232bf1d2dea to your computer and use it in GitHub Desktop.
Save maxmanders/5c123b25a98410b1bed0a232bf1d2dea to your computer and use it in GitHub Desktop.
if executable('asdf')
let g:asdf_go_path = trim(system('asdf where golang'))
let g:go_bin_path = g:asdf_go_path . "/go/bin"
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment