From 8378e8069bdff779537d8ab9677cb4f36f7cfac5 Mon Sep 17 00:00:00 2001 From: Diego Villamil Date: Tue, 17 Sep 2024 22:07:18 +0800 Subject: [PATCH] uncommented LSP servers for c, golang, python, and rust --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 13c8143d..96de7e6a 100644 --- a/init.lua +++ b/init.lua @@ -605,10 +605,10 @@ 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 = {}, - -- gopls = {}, - -- pyright = {}, - -- rust_analyzer = {}, + clangd = {}, + gopls = {}, + pyright = {}, + rust_analyzer = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs -- -- Some languages (like typescript) have entire language plugins that can be useful: