You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following issues with the lsp-grammarly:
When opening a file with emacs Report nothing is done while when doing emacs Report.txt then the behavior is different. Apparently the files with extension .md and .txt are done with Grammarly while the others are not. How can this be parameterized? If it is something outside of lsp-grammarly then it would be helpful to have a link explaining that aspect. What I would like is to edit program files in Python, C++, etc., and check the syntax of their comments.
When opening emacs Report.txt I obtain the error Unable to find installed server supporting this file. The following servers could be installed automatically:. Same as before, if it is something outside lsp-grammarly control, then a link would be helpful.
The objective would be for me to have a program in Python, C++, Rust, etc., and to have an LSP applied to the code and Grammarly on the comments. Is it possible?
Thank you very much in advance for your help. I think those questions are of fairly general interest and I would appreciate any help.
The text was updated successfully, but these errors were encountered:
When opening a file with emacs Report nothing is done while when doing emacs Report.txt then the behavior is different. Apparently the files with extension .md and .txt are done with Grammarly while the others are not. How can this be parameterized? If it is something outside of lsp-grammarly then it would be helpful to have a link explaining that aspect.
When opening emacs Report.txt I obtain the error Unable to find installed server supporting this file. The following servers could be installed automatically:. Same as before, if it is something outside lsp-grammarly control, then a link would be helpful.
The objective would be for me to have a program in Python, C++, Rust, etc., and to have an LSP applied to the code and Grammarly on the comments. Is it possible?
This is currently not support by the language server, so no, this is not possible at the moment. See znck/grammarly#291.
Thank you very much in advance for your help. I think those questions are of fairly general interest and I would appreciate any help.
Yeah, sorry about the confusion. 😓 Emacs has a very steep learning curve, and I should add more documentation for beginners. But for experienced Emacs users, it should be fairly easy since it's a standard lsp-mode extension. ;)
I have the following issues with the
lsp-grammarly
:emacs Report
nothing is done while when doingemacs Report.txt
then the behavior is different. Apparently the files with extension.md
and.txt
are done with Grammarly while the others are not. How can this be parameterized? If it is something outside oflsp-grammarly
then it would be helpful to have a link explaining that aspect. What I would like is to edit program files in Python, C++, etc., and check the syntax of their comments.emacs Report.txt
I obtain the error Unable to find installed server supporting this file. The following servers could be installed automatically:. Same as before, if it is something outsidelsp-grammarly
control, then a link would be helpful.Thank you very much in advance for your help. I think those questions are of fairly general interest and I would appreciate any help.
The text was updated successfully, but these errors were encountered: