Enable grammarly for tex files? #421
-
Hello, I am trying to get Grammarly to work on latex files. I have Grammarly installed and it works with markdown files, but I am unable to get it to work with I have tried adding I have also tried to start the server using Has anyone run into this or know how to configure the Grammarly server so that it runs on Latex files? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hello @samerickson! When setting up the server - is this done via nvim-lsp-installer APIs, for example like in this snippet? Also, just making sure, is the I know the Grammarly server is a bit unstable and struggle with certain files at the moment. I tried this out myself on |
Beta Was this translation helpful? Give feedback.
Hello @samerickson!
When setting up the server - is this done via nvim-lsp-installer APIs, for example like in this snippet?
Also, just making sure, is the
'filetype'
correctly set when you open these files? Does:echo &ft
producetex
?I know the Grammarly server is a bit unstable and struggle with certain files at the moment. I tried this out myself on
.tex
files, and it seems like it's struggling (see screenshot below). There's some more background in this PR in lspconfig.