remove ruff-lsp

This commit is contained in:
0x4D5352 2024-11-30 11:33:22 -06:00
parent 1fb8a59f27
commit be8d531885
1 changed files with 1 additions and 2 deletions

View File

@ -474,10 +474,9 @@ require('lazy').setup({
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
local servers = {
-- clangd = {},
-- gopls = {},
gopls = {},
-- pyright = {},
ruff = {},
ruff_lsp = {},
rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--