fix: restore Mason config timing for DAP startup (again) (#865)

This commit is contained in:
GameFuzzy 2024-04-19 19:50:42 +02:00 committed by Richard V.H
parent ca27e564c9
commit da00a1000d
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ require('lazy').setup({
'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',