Disabled the def mapping in the vim-go due to overlapping the shortcut

This commit is contained in:
Marcin Woźniak 2023-01-31 22:36:42 +01:00
parent 81a604e39f
commit f40feebca6
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -616,6 +616,7 @@ au BufRead,BufNewFile *.yaml,*.yml if search('hosts:\|tasks:', 'nw') | set ft=ya
" GoLang
autocmd BufRead *.go set noexpandtab
autocmd BufWritePre *.go lua go_org_imports()
let g:go_def_mapping_enabled = 0
let g:go#fmt#autosave = v:true
" Conf