Of course pyright is an npm package

This commit is contained in:
Kenneth Benzie 2024-04-15 21:52:48 +01:00
parent 9d5b798385
commit 1ba816fcf8

View File

@ -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