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

This commit is contained in:
GameFuzzy 2024-04-19 18:34:00 +02:00
parent f5c9fe8e15
commit 60093898d8
No known key found for this signature in database
GPG Key ID: 163B399A9D7CD9DC
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ require('lazy').setup({
'neovim/nvim-lspconfig', 'neovim/nvim-lspconfig',
dependencies = { dependencies = {
-- Automatically install LSPs and related tools to stdpath for Neovim -- 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', 'williamboman/mason-lspconfig.nvim',
'WhoIsSethDaniel/mason-tool-installer.nvim', 'WhoIsSethDaniel/mason-tool-installer.nvim',