fix: cleanup roslyn config

This commit is contained in:
Radu C. Martin 2024-12-12 11:54:21 +01:00
parent 86ae5be401
commit da9f022698
2 changed files with 7 additions and 2 deletions

View file

@ -44,7 +44,7 @@ require('lazy').setup({
'neovim/nvim-lspconfig',
dependencies = {
-- Automatically install LSPs and related tools to stdpath for Neovim
{ 'williamboman/mason.nvim', config = true }, -- NOTE: Must be loaded before dependants
{ 'williamboman/mason.nvim', config = true, dependencies = { 'seblj/roslyn.nvim' } }, -- NOTE: Must be loaded before dependants
'williamboman/mason-lspconfig.nvim',
'WhoIsSethDaniel/mason-tool-installer.nvim',