mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-31 08:19:25 +00:00
[neovim] Use ruff instead of ruff-lsp
This commit is contained in:
@ -8,7 +8,7 @@ local servers = {
|
|||||||
"jsonls",
|
"jsonls",
|
||||||
"lua_ls",
|
"lua_ls",
|
||||||
"basedpyright",
|
"basedpyright",
|
||||||
"ruff_lsp",
|
"ruff",
|
||||||
"terraformls",
|
"terraformls",
|
||||||
"yamlls",
|
"yamlls",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user