diff options
Diffstat (limited to 'lsp/basedpyright.lua')
| -rw-r--r-- | lsp/basedpyright.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lsp/basedpyright.lua b/lsp/basedpyright.lua index e468b94d..5f54c3d2 100644 --- a/lsp/basedpyright.lua +++ b/lsp/basedpyright.lua @@ -4,7 +4,8 @@ --- --- `basedpyright`, a static type checker and language server for python -local function set_python_path(path) +local function set_python_path(command) + local path = command.args local clients = vim.lsp.get_clients { bufnr = vim.api.nvim_get_current_buf(), name = 'basedpyright', |
