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/pylyzer.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lsp/pylyzer.lua') diff --git a/lsp/pylyzer.lua b/lsp/pylyzer.lua index 68c8cb59..137a8cbd 100644 --- a/lsp/pylyzer.lua +++ b/lsp/pylyzer.lua @@ -8,6 +8,7 @@ --- This config sets `ERG_PATH="~/.erg"`. Set `cmd_env` if you want to change it. --- To install Erg, simply extract tarball/zip from [Erg releases](https://github.com/erg-lang/erg/releases/latest) --- to the the path where you want to install it, e.g. `~/.erg`. +---@type vim.lsp.Config return { cmd = { 'pylyzer', '--server' }, filetypes = { 'python' }, -- cgit v1.2.3-70-g09d2