Fix Go binary tool install dir

This commit is contained in:
Loic Nageleisen 2020-12-21 18:12:33 +01:00
parent 237f571f46
commit 5820e54c8d

2
vimrc
View file

@ -249,7 +249,7 @@ augroup vimrc
augroup END
" Go tools path
let g:go_bin_path = expand('~') .. "/.local/libexec/go/bin"
let g:go_bin_path = expand('$HOME') . "/.local/libexec/go/bin"
if expand('%:t') =~? 'rfc\d\+' || expand('%:t') =~? 'draft-.*-\d\{2,}'
setfiletype rfc