Switch to ruff from deprecated ruff_lsp
This commit is contained in:
parent
33f3e8e920
commit
a13d97f3ff
@ -26,7 +26,7 @@ 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
|
||||||
'ruff_lsp', -- Python
|
'ruff', -- Python
|
||||||
}
|
}
|
||||||
for _, package in ipairs(ensure_install_from_pip) do
|
for _, package in ipairs(ensure_install_from_pip) do
|
||||||
table.insert(ensure_installed, package)
|
table.insert(ensure_installed, package)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user