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