diff --git a/vimrc b/vimrc index 1b5b428..8a9d11a 100644 --- a/vimrc +++ b/vimrc @@ -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