-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Adding words to dictionary - how to do it? #61
Comments
Do you have an Here are some
|
@jcs090218 Thanks for your answer! I'm using doom emacs, and I have lsp-ui installed, I even use the command But I don't see any option about Add to the dictionary, neither here or when I M-x search, what is the lsp command for that? |
It should appear on the sideline as a code action (yellow). See the screenshot https://raw.githubusercontent.com/emacs-sideline/sideline/master/etc/1.png. |
@jcs090218 oh so you mean when you do lsp-execute-code-action, it should be action there! I have dismiss option, but I don't think it's adding to dictionary That's weird but I don't have that, are you perhaps logged in? Maybe that's the case |
I'm using the free version as well. Can you try reinstalling the language server? Sometimes, it does help! |
@jcs090218 And do you know where the dictionary is saved? Can I share that with the team or in worst case eddit it there? |
@jcs090218 I've reinstalled grammarly-ls, I've noticed one more thing, Is this normal on free version? (btw I still don't see add dictionary) |
This is currently a missing feature. At the moment, you need to manually edit the variable
Yes, |
@jcs090218 Hmm, okay, thanks for help. I was not able to resolve that "Add to dictionary", if you have any more ideas let me know. Maybe you know how I can make sure that Grammarly is working? As flycheck may use many checkers |
It works in the local buffer, but once you killed it, the data are gone.
Maybe try |
@jcs090218 Okay, lsp-grammarly it seems to be there, and if the dictionary is only on local buffer it doesn't matter, as I have the "Dismiss" option. I've found that lsp-grammarly has conflict with marksman. Both can't be turned on btw. |
lsp-grammarly/lsp-grammarly.el Line 431 in e1eabc0
|
Sorry for the aside, but how did you get the lsp-ui to show highlighted text, instead of the span tags like the example image of the readme. |
I get a message "If you don't want to ... to be marked as misspelled in the future you can add it to your personal dictionary."
And here comes the question, how can I add that from emacs to the dictionary?
I'm using free version (without login).
The text was updated successfully, but these errors were encountered: