diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/graphql.lua')
| -rw-r--r-- | lsp/graphql.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/graphql.lua b/lsp/graphql.lua index 86206801..27a86035 100644 --- a/lsp/graphql.lua +++ b/lsp/graphql.lua @@ -12,6 +12,7 @@ local util = require 'lspconfig.util' +---@type vim.lsp.Config return { cmd = { 'graphql-lsp', 'server', '-m', 'stream' }, filetypes = { 'graphql', 'typescriptreact', 'javascriptreact' }, |
