Of course pyright is an npm package
This commit is contained in:
parent
9d5b798385
commit
1ba816fcf8
@ -13,6 +13,7 @@ if vim.fn.executable('npm') == 1 then
|
|||||||
'dockerls', -- Dockerfile
|
'dockerls', -- Dockerfile
|
||||||
'html', -- HTML
|
'html', -- HTML
|
||||||
'jsonls', -- JSON
|
'jsonls', -- JSON
|
||||||
|
'pyright', -- Python
|
||||||
'vimls', -- VimScript
|
'vimls', -- VimScript
|
||||||
'yamlls', -- YAML
|
'yamlls', -- YAML
|
||||||
}
|
}
|
||||||
@ -25,7 +26,6 @@ if vim.fn.executable('pip') == 1 then
|
|||||||
local ensure_install_from_pip = {
|
local ensure_install_from_pip = {
|
||||||
'cmake', -- CMake
|
'cmake', -- CMake
|
||||||
'esbonio', -- Sphinx
|
'esbonio', -- Sphinx
|
||||||
'pyright', -- Python
|
|
||||||
'ruff_lsp', -- Python
|
'ruff_lsp', -- Python
|
||||||
}
|
}
|
||||||
for _, package in ipairs(ensure_install_from_pip) do
|
for _, package in ipairs(ensure_install_from_pip) do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user