Skip to content

Commit

Permalink
Merge pull request #3697 from bhcleek/rename/remove-tool
Browse files Browse the repository at this point in the history
rename: do not attempt to install gorename
  • Loading branch information
bhcleek authored Dec 26, 2024
2 parents 1f12d1f + 2ac4738 commit 7827332
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/vim-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ CTRL-t
Changes the build tags for various commands. If you have any file that
uses a custom build tag, such as `// +build integration`, this command
can be used to pass it to all tools that accepts tags, such as gopls,
gorename, etc.
go test, etc.

The build tags is cleared (unset) if `""` is given. If no arguments are
given it prints the current build tags.
Expand Down
1 change: 0 additions & 1 deletion plugin/go.vim
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ let s:packages = {
\ 'golangci-lint': ['github.com/golangci/golangci-lint/cmd/golangci-lint@latest'],
\ 'staticcheck': ['honnef.co/go/tools/cmd/staticcheck@latest'],
\ 'gomodifytags': ['github.com/fatih/gomodifytags@latest'],
\ 'gorename': ['golang.org/x/tools/cmd/gorename@master'],
\ 'gotags': ['github.com/jstemmer/gotags@master'],
\ 'impl': ['github.com/josharian/impl@main'],
\ 'motion': ['github.com/fatih/motion@latest'],
Expand Down

0 comments on commit 7827332

Please sign in to comment.