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/purescriptls.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lsp/purescriptls.lua') diff --git a/lsp/purescriptls.lua b/lsp/purescriptls.lua index dcec93ef..ae6e33df 100644 --- a/lsp/purescriptls.lua +++ b/lsp/purescriptls.lua @@ -6,6 +6,7 @@ --- --- * JavaScript package manager such as npm, pnpm, Yarn, et al. --- * Nix under the `nodePackages` and `nodePackages_latest` package sets +---@type vim.lsp.Config return { cmd = { 'purescript-language-server', '--stdio' }, filetypes = { 'purescript' }, -- cgit v1.2.3-70-g09d2