From 4a791de93e82bb3345f3d2e1cb4f1a6b153e3550 Mon Sep 17 00:00:00 2001 From: Kasper Sternberg Date: Fri, 8 Mar 2024 18:58:45 +0100 Subject: [PATCH] Using Omnisharp instead of csharp_ls as LSP --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 5198cbc7..e3f69b7b 100644 --- a/init.lua +++ b/init.lua @@ -533,7 +533,7 @@ 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 = { - csharp_ls = {}, -- clangd = {}, + omnisharp = {}, -- gopls = {}, -- pyright = {}, -- rust_analyzer = {},