Grammarly vscode extension has a way to log in to my account, which is premium.
I’d like a way to do this on Grammarly LSP neovim
I’m curious about this, too. I set up an app at developer.grammarly.com and flipped the “Allow connected accounts with OAuth 2” on. I set up the client id and see traffic coming through the developer dashboard. I looked through the maze of code with the grammarly-languageserver plugin, but didn’t see any interaction for logging in there. I suppose I could load vscode and login that way, using the original client_id. Is that login shared through neovim since it is using the same node module?