replace csharp_ls with omnisharp

This commit is contained in:
Fabian Imhof 2025-06-17 14:36:21 +02:00
parent c2dc755b4a
commit 3be5adb2e1
3 changed files with 2 additions and 2 deletions

View File

@ -1 +0,0 @@
return { 'Decodetalkers/csharpls-extended-lsp.nvim' }

View File

@ -0,0 +1 @@
return { 'OmniSharp/omnisharp-vim' }

View File

@ -174,7 +174,7 @@ require('lazy').setup({
run_on = 'type', -- or `save`
},
},
csharp_ls = {},
omnisharp = {},
netcoredbg = {},
clangd = {
cmd = { 'clangd', '--background-index', '--clang-tidy' },