diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/pyright.lua')
| -rw-r--r-- | lsp/pyright.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/pyright.lua b/lsp/pyright.lua index c44fecfa..e2eaaecb 100644 --- a/lsp/pyright.lua +++ b/lsp/pyright.lua @@ -19,6 +19,7 @@ local function set_python_path(path) end end +---@type vim.lsp.Config return { cmd = { 'pyright-langserver', '--stdio' }, filetypes = { 'python' }, |
