Skip to content

Commit b07176a

Browse files
authored
fix: restore Mason config timing for DAP startup (again) (#865)
1 parent f5c9fe8 commit b07176a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ require('lazy').setup({
412412
'neovim/nvim-lspconfig',
413413
dependencies = {
414414
-- Automatically install LSPs and related tools to stdpath for Neovim
415-
'williamboman/mason.nvim',
415+
{ 'williamboman/mason.nvim', config = true }, -- NOTE: Must be loaded before dependants
416416
'williamboman/mason-lspconfig.nvim',
417417
'WhoIsSethDaniel/mason-tool-installer.nvim',
418418

0 commit comments

Comments
 (0)