From 2ddc56afa24a17fbc9e8cad50a63304de0ebe26d Mon Sep 17 00:00:00 2001 From: Pascal Popp Date: Tue, 30 Jul 2024 16:49:00 +0200 Subject: [PATCH] update: add clangd and pyright as lsps to config --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 0971965b..b90cdf9f 100644 --- a/init.lua +++ b/init.lua @@ -575,9 +575,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 --