Skip to content

Commit

Permalink
lsp(grammarly): create update settings reference before removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Dec 10, 2024
1 parent 83b9cf4 commit cb7f88d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lua/nxvim/lsp/settings/grammarly.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
return {
cmd = { "grammarly-languageserver-unofficial", "--stdio" },
init_options = { clientId = "client_BaDkMgx4X19X9UxxYRCXZo" },
--[[ E.g.: grammarly.sh
#!/usr/bin/env bash
source "${NVM_DIR}/nvm.sh"
nvm run 16 ~/.local/share/nvim/mason/bin/grammarly-languageserver --stdio
]]
cmd = { "/home/t/grammarly.sh" },
}

0 comments on commit cb7f88d

Please sign in to comment.