From 660573bcd0c645086a1ef29997432021f7d40ed3 Mon Sep 17 00:00:00 2001 From: 40DEEA <40deea@gmail.com> Date: Sun, 19 Oct 2025 16:44:00 -0700 Subject: [PATCH] Enable more lsp servers --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index b98ffc61..bb28c9e2 100644 --- a/init.lua +++ b/init.lua @@ -671,9 +671,9 @@ require('lazy').setup({ -- - settings (table): Override the default settings passed when initializing the server. -- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/ local servers = { - -- clangd = {}, + clangd = {}, -- gopls = {}, - -- pyright = {}, + pyright = {}, -- rust_analyzer = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs --