diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/grammarly.lua')
| -rw-r--r-- | lsp/grammarly.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/grammarly.lua b/lsp/grammarly.lua index 4c7d379c..49ab4227 100644 --- a/lsp/grammarly.lua +++ b/lsp/grammarly.lua @@ -9,6 +9,7 @@ --- ``` --- --- WARNING: Since this language server uses Grammarly's API, any document you open with it running is shared with them. Please evaluate their [privacy policy](https://www.grammarly.com/privacy-policy) before using this. +---@type vim.lsp.Config return { cmd = { 'grammarly-languageserver', '--stdio' }, filetypes = { 'markdown' }, |
