Switch to ruff from deprecated ruff_lsp

This commit is contained in:
Kenneth Benzie 2024-11-08 22:08:52 +00:00
parent 33f3e8e920
commit a13d97f3ff

View File

@ -26,7 +26,7 @@ if vim.fn.executable('pip') == 1 then
local ensure_install_from_pip = {
'cmake', -- CMake
'esbonio', -- Sphinx
'ruff_lsp', -- Python
'ruff', -- Python
}
for _, package in ipairs(ensure_install_from_pip) do
table.insert(ensure_installed, package)