This repository was archived by the owner on Dec 18, 2025. It is now read-only.
Add setup instructions for integrating cspell with lazyvim#76
Merged
davidmh merged 1 commit intodavidmh:mainfrom Feb 2, 2025
Merged
Add setup instructions for integrating cspell with lazyvim#76davidmh merged 1 commit intodavidmh:mainfrom
davidmh merged 1 commit intodavidmh:mainfrom
Conversation
davidmh
reviewed
Feb 2, 2025
Owner
davidmh
left a comment
There was a problem hiding this comment.
Hi @daehyunpy, looks good overall.
Would you mind addressing my comment above and amending the commit message to comply with the commitlint rules?
header must not be longer than 100 characters, current length is 126 [header-max-length]
Comment on lines
+13
to
+16
| { | ||
| "davidmh/cspell.nvim", | ||
| event = "VeryLazy", | ||
| }, |
Owner
There was a problem hiding this comment.
We don't really need to list the plugin as it's own entry, being listed in the none-ls dependencies is enough to have lazyvim install it.
Contributor
Author
|
I have mended your suggestions! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I love your plugin! However, as a Neovim newbie, it took me some time to set it up. LazyVim is quite popular among beginners, and including setup instructions could make the plugin even more accessible.
I hope you’ll review my PR and consider merging it.