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 = {},