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

Incorrect installation snippet for Lazy.nvim #153

Closed
kjkent opened this issue Apr 29, 2024 · 1 comment
Closed

Incorrect installation snippet for Lazy.nvim #153

kjkent opened this issue Apr 29, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@kjkent
Copy link

kjkent commented Apr 29, 2024

The plugin code for Lazy.nvim needs to be a return statement :)

return {
    'stevearc/dressing.nvim',
    opts = {},
}

Many thanks to stevearc and all the collaborators!

@kjkent kjkent added the bug Something isn't working label Apr 29, 2024
@stevearc
Copy link
Owner

stevearc commented May 6, 2024

It only needs to be a return if you put it in a file by itself. I have no idea if you're going to put this in a separate file or include it in a larger list of plugins, so I'm keeping the structure agnostic.

@stevearc stevearc closed this as completed May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants