config/shared/home/dev.lua

6 lines
206 B
Lua
Raw Normal View History

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)