Fix ruff lsp

This commit is contained in:
Sean Villars 2025-01-10 10:27:17 -06:00
parent ea19704596
commit dac31d7154
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ require('lazy').setup({
}, },
}, },
}, },
ruff_lsp = {}, ruff = {},
-- rust_analyzer = {}, -- rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
-- --