From 1ba816fcf8ef91cdae24db0a3f824dc2583c96f1 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Mon, 15 Apr 2024 21:52:48 +0100 Subject: [PATCH] Of course pyright is an npm package --- lua/plugins/completions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/completions.lua b/lua/plugins/completions.lua index 06c4863..8b2277b 100644 --- a/lua/plugins/completions.lua +++ b/lua/plugins/completions.lua @@ -13,6 +13,7 @@ if vim.fn.executable('npm') == 1 then 'dockerls', -- Dockerfile 'html', -- HTML 'jsonls', -- JSON + 'pyright', -- Python 'vimls', -- VimScript 'yamlls', -- YAML } @@ -25,7 +26,6 @@ if vim.fn.executable('pip') == 1 then local ensure_install_from_pip = { 'cmake', -- CMake 'esbonio', -- Sphinx - 'pyright', -- Python 'ruff_lsp', -- Python } for _, package in ipairs(ensure_install_from_pip) do