remove the omnisharp language server
This commit is contained in:
parent
f481489a98
commit
6cc8fbfd77
1
init.lua
1
init.lua
|
|
@ -656,7 +656,6 @@ require('lazy').setup({
|
|||
local ensure_installed = vim.tbl_keys(servers or {})
|
||||
vim.list_extend(ensure_installed, {
|
||||
-- You can add other tools here that you want Mason to install
|
||||
'omnisharp', -- C# Language Server
|
||||
})
|
||||
|
||||
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
|
||||
|
|
|
|||
Loading…
Reference in New Issue