fatih / vim-go

Go development plugin for Vim
https://www.patreon.com/bhcleek
Other
15.9k stars 1.45k forks source link

Remove support for GoKeyify #3665

Closed paskozdilar closed 1 month ago

paskozdilar commented 1 month ago

Standalone keyify tool has been removed from the go-tools repository and integrated with gopls:

https://github.com/dominikh/go-tools/issues/769

This PR would close the issue https://github.com/fatih/vim-go/issues/3664


Since GoKeyify was already only enabled in GOPATH mode, and GOPATH mode has been deprecated since Go 1.16 and is planned to be removed in the future, I believe completely removing it is the right decision.

bhcleek commented 1 month ago

thank you