Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add details on adding completion for core plugin configuration #127

Closed
mehalter opened this issue Oct 26, 2023 · 1 comment
Closed

Add details on adding completion for core plugin configuration #127

mehalter opened this issue Oct 26, 2023 · 1 comment
Milestone

Comments

@mehalter
Copy link
Member

When configuring core plugins (AstroCore, AstroUI, AstorLSP), we have full Lua Language Server integration which allows documentation and auto completion while working on user configurations. This requires specifying the opts type like this:

{
  "AstroNvim/astrocore",
  ---@type AstroCoreOpts
  opts = {
    ...
  },
}

Similar for AstroUIOpts and AstroLSPOpts. We should add this detail to the documentation to make it easier for users to use this feature.

@mehalter mehalter added this to the AstroNvim v4 milestone Oct 26, 2023
@mehalter
Copy link
Member Author

mehalter commented Nov 9, 2023

Implemented on v4 branch!

@mehalter mehalter closed this as completed Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant