gotests-vim
gotests-vim copied to clipboard
Vim plugin for https://github.com/cweill/gotests
Fixes https://github.com/buoto/gotests-vim/issues/9
Let me know if there's anything that needs to be changed/fixed!
Hey :wave:! I recently updated this plugin, and am experiencing an error when trying to generate tests - seemingly related to [this change](https://github.com/buoto/gotests-vim/commit/917070eca4ee6bc5596dd4d151d685ccc3351f9b). I'm not sure if this is a...
I offen use gotests with `-template testify`, just like: ``` gotests -only "myFuncName" -w -template testify mycode.go ``` Can this plugin support the arg?
when i use visual in vim , use :GoTests in not work   
GoTest command support some [args](https://github.com/cweill/gotests/blob/develop/gotests/main.go#L10-L42). We would like to have args for customize with `g:gotests_args`. For example: ``` let g:gotests_args = '-parallel' ``` in ./vimrc file
This cleans up the markdown formatting for the installation list so it renders as sub-bulleted lists.