remove the omnisharp language server

This commit is contained in:
Nick Burt 2026-03-14 21:43:43 -05:00
parent f481489a98
commit 6cc8fbfd77
1 changed files with 0 additions and 1 deletions

View File

@ -656,7 +656,6 @@ require('lazy').setup({
local ensure_installed = vim.tbl_keys(servers or {}) local ensure_installed = vim.tbl_keys(servers or {})
vim.list_extend(ensure_installed, { vim.list_extend(ensure_installed, {
-- You can add other tools here that you want Mason to install -- 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 } require('mason-tool-installer').setup { ensure_installed = ensure_installed }