Closed
Description
I'm struggling to figure out how to make an autocmd to call the editor.action.organizeImports
command that gopls
offers. For coc.nvim
they provide the following config https://github.com/golang/tools/blob/master/gopls/doc/vim.md#cocnvim
Not sure if this is the write project to add this type of support or if it is just a lua function that calls the built in vim.lsp functions. Any help would be appreciated though.