2023-10-09 15:42:05 +03:00
|
|
|
vim.api.nvim_exec([[
|
|
|
|
au FileType go nnoremap <buffer> <C-]> :GoDef<CR>
|
|
|
|
au FileType go let g:go_template_autocreate = 0
|
2023-10-09 17:17:24 +03:00
|
|
|
au FileType go let g:go_fmt_command = "@gotools@/bin/goimports"
|
2023-10-09 15:42:05 +03:00
|
|
|
]], false)
|