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
|
||||
'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
|
||||
|
Loading…
x
Reference in New Issue
Block a user