diff --git a/README.md b/README.md index b50642e..45c41d9 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,23 @@ require("gopher").setup { For named tests see `:h gopher.nvim-gotests-named` +
+ + Alternate between current and test file + + + ```vim + " Open alternate test file + :GoAlt + + " Open test file in horizontal split + :GoAltS + + " Open test file in vertical split + :GoAltV + ``` +
+
Run commands like go mod/get/etc inside of nvim