mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Fix Go binary tool install dir
This commit is contained in:
parent
237f571f46
commit
5820e54c8d
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
|
@ -249,7 +249,7 @@ augroup vimrc
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
" Go tools path
|
" 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,}'
|
if expand('%:t') =~? 'rfc\d\+' || expand('%:t') =~? 'draft-.*-\d\{2,}'
|
||||||
setfiletype rfc
|
setfiletype rfc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue