mirror of
https://github.com/luzifer/vim.git
synced 2024-12-20 10:21:19 +00:00
Add standard-buildtags
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9fe3f835f7
commit
c1d6e193b1
1 changed files with 1 additions and 0 deletions
1
init.vim
1
init.vim
|
@ -964,6 +964,7 @@ autocmd FileType xml setlocal omnifunc=xmlcomplete#CompleteTags
|
||||||
"
|
"
|
||||||
|
|
||||||
let g:go_autodetect_gopath = 0
|
let g:go_autodetect_gopath = 0
|
||||||
|
let g:go_build_tags = "cgo,linux"
|
||||||
let g:go_def_mode = "gopls"
|
let g:go_def_mode = "gopls"
|
||||||
let g:go_fmt_autosave = 1
|
let g:go_fmt_autosave = 1
|
||||||
let g:go_fmt_command = "gopls"
|
let g:go_fmt_command = "gopls"
|
||||||
|
|
Loading…
Reference in a new issue