Skip to content

Commit 3be5adb

Browse files
author
Fabian Imhof
committed
replace csharp_ls with omnisharp
1 parent c2dc755 commit 3be5adb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lua/custom/plugins/csharpls-extended-lsp.lua

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
return { 'OmniSharp/omnisharp-vim' }

lua/plugins.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ require('lazy').setup({
174174
run_on = 'type', -- or `save`
175175
},
176176
},
177-
csharp_ls = {},
177+
omnisharp = {},
178178
netcoredbg = {},
179179
clangd = {
180180
cmd = { 'clangd', '--background-index', '--clang-tidy' },

0 commit comments

Comments
 (0)