AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.04k stars 212 forks source link

fix(go): don't purge go.nvim default config tables #1054

Closed dontmindmexdd closed 1 week ago

dontmindmexdd commented 1 week ago

Closes #1044

📑 Description

ℹ Additional Information

disable_defaults empties all of the configuration tables for go.nvim. With this flag enabled, all configurations must be set manually, or the plugin will produce an error. Please see the configuration documentation.

github-actions[bot] commented 1 week ago

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping:

dontmindmexdd commented 1 week ago

Closing because of #1059