ensure omnisharp is installed

This commit is contained in:
Nick Burt 2026-02-09 21:46:21 -06:00
parent b47ada1b0a
commit 8412e3aaa5
1 changed files with 2 additions and 1 deletions

View File

@ -623,6 +623,7 @@ require('lazy').setup({
'stylua', -- Used to format Lua code
-- You can add other tools here that you want Mason to install
'typescript-language-server', -- Typescript Language Server
'omnisharp', -- C# Language Server
})
require('mason-tool-installer').setup { ensure_installed = ensure_installed }