Merge 'upstream' fix: restore Mason config timing for DAP startup

This commit is contained in:
Damjan 9000 2024-04-20 14:05:56 +02:00
commit b8b2e88521

View File

@ -3,7 +3,7 @@ return {
'neovim/nvim-lspconfig',
dependencies = {
-- Automatically install LSPs and related tools to stdpath for Neovim
'williamboman/mason.nvim',
{ 'williamboman/mason.nvim', config = true }, -- NOTE: Must be loaded before dependants
'williamboman/mason-lspconfig.nvim',
'WhoIsSethDaniel/mason-tool-installer.nvim',