aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/basedpyright.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/basedpyright.lua')
-rw-r--r--lsp/basedpyright.lua1
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' },