This commit is contained in:
2025-08-10 21:52:20 +02:00
parent 295ade4d4b
commit 8ed8b0b7e2
4 changed files with 13 additions and 9 deletions

View File

@@ -211,7 +211,7 @@ return {
local servers = {
-- clangd = {},
-- gopls = {},
-- pyright = {},
pyright = {},
-- rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--
@@ -273,4 +273,5 @@ return {
}
end,
},
}
}