diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/pylyzer.lua')
| -rw-r--r-- | lsp/pylyzer.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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' }, |
