We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594ae6b commit 3f52e5aCopy full SHA for 3f52e5a
CHANGELOG.md
@@ -40,6 +40,7 @@ IMPROVEMENTS:
40
[[GH-2704]](https://github.com/fatih/vim-go/pull/2704)
41
* Use `gopls` for `:GoCallers`.
42
[[GH-3088]](https://github.com/fatih/vim-go/pull/3088)
43
+ [[GH-3090]](https://github.com/fatih/vim-go/pull/3090)
44
45
BUG FIXES:
46
* Remove implications that terminal mode is only applied for Neovim.
@@ -59,6 +60,8 @@ BUG FIXES:
59
60
[[GH-3077]](https://github.com/fatih/vim-go/pull/3077)
61
* Make sure all buffers' mappings are restored when debugging stops.
62
[[GH-3048]](https://github.com/fatih/vim-go/pull/3048)
63
+* Return early when `g:go_referrers_modes` is `gopls` and `gopls` is disabled.
64
65
66
## v1.24 - (September 15, 2020)
67
0 commit comments