diff options
Diffstat (limited to 'lsp/basedpyright.lua')
| -rw-r--r-- | lsp/basedpyright.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lsp/basedpyright.lua b/lsp/basedpyright.lua index bf31539d..f78bbd21 100644 --- a/lsp/basedpyright.lua +++ b/lsp/basedpyright.lua @@ -56,11 +56,11 @@ return { }, }, on_attach = function() - vim.api.nvim_buf_create_user_command(0, 'PyrightOrganizeImports', organize_imports, { + vim.api.nvim_buf_create_user_command(0, 'LspPyrightOrganizeImports', organize_imports, { desc = 'Organize Imports', }) - vim.api.nvim_buf_create_user_command(0, 'PyrightSetPythonPath', set_python_path, { + vim.api.nvim_buf_create_user_command(0, 'LspPyrightSetPythonPath', set_python_path, { desc = 'Reconfigure basedpyright with the provided python path', nargs = 1, complete = 'file', |
