From d1796795ddcb75dcdf8fc172504ef72fb6e32cb9 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Mon, 21 Apr 2025 18:45:38 +0200 Subject: fix: use "Lsp" prefix for config-defined commands --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 734b32eb..44c394f9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,9 +49,9 @@ end ---@brief --- --- https://github.com/microsoft/pyright --- --- `pyright`, a static type checker and language server for python +--- https://github.com/microsoft/pyright +--- +--- `pyright`, a static type checker and language server for python return { cmd = { 'pyright-langserver', '--stdio' }, filetypes = { 'python' }, @@ -73,7 +73,7 @@ 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, {}) end, } ``` -- cgit v1.2.3-70-g09d2