From 90822016b8c739f66d951f3041934aae64830dd1 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Thu, 11 Jul 2024 22:02:44 +0200 Subject: [PATCH] Configure some lsp servers --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/init.lua b/init.lua index 0e98646..f0cdbbb 100644 --- a/init.lua +++ b/init.lua @@ -565,10 +565,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: