remove ruff-lsp
This commit is contained in:
parent
1fb8a59f27
commit
be8d531885
3
init.lua
3
init.lua
|
@ -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
|
||||
--
|
||||
|
|
Loading…
Reference in New Issue