From 030a72f0aa4d56f9e8ff67921e6e3ffd0e97bf07 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 18 Aug 2025 23:39:23 -0300 Subject: chore: add type annotation for configs --- lsp/graphql.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lsp/graphql.lua') 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' }, -- cgit v1.2.3-70-g09d2