Using Omnisharp instead of csharp_ls as LSP

This commit is contained in:
Kasper Sternberg 2024-03-08 18:58:45 +01:00
parent 13df183adf
commit 4a791de93e

View File

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