x/tools/cmd/gopls: proposal: provide goimports -local equivalent config #33156
Labels
FrozenDueToAge
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Proposal
Milestone
What version of Go are you using (
go version
)?What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Raised originally via govim/govim#385
goimports
has a-local
flag documented as follows:The proposal here therefore is to provide a
[]string
config option to allow such a list of imports to be provided via editor plugins config options.cc @stamblerre @ianthehat
The text was updated successfully, but these errors were encountered: