1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-12-22 06:58:01 +00:00

[neovim] Use ruff instead of ruff-lsp

This commit is contained in:
Daniel Carrillo 2024-11-20 18:49:13 +01:00
parent d081f1b383
commit 402cd5365e
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

@ -8,7 +8,7 @@ local servers = {
"jsonls", "jsonls",
"lua_ls", "lua_ls",
"basedpyright", "basedpyright",
"ruff_lsp", "ruff",
"terraformls", "terraformls",
"yamlls", "yamlls",
} }