From 5820e54c8deab310fa566d7191c80fd041bc1c10 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Mon, 21 Dec 2020 18:12:33 +0100 Subject: [PATCH] Fix Go binary tool install dir --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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