fix: cleanup roslyn config
This commit is contained in:
parent
86ae5be401
commit
da9f022698
2 changed files with 7 additions and 2 deletions
|
@ -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',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue