Skip to content

Commit 420fe78

Browse files
GameFuzzydmaspataud
authored andcommitted
fix: restore Mason config timing for DAP startup (again) (nvim-lua#865)
1 parent 22f66f1 commit 420fe78

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
@@ -418,7 +418,7 @@ require('lazy').setup({
418418
'neovim/nvim-lspconfig',
419419
dependencies = {
420420
-- Automatically install LSPs and related tools to stdpath for Neovim
421-
'williamboman/mason.nvim',
421+
{ 'williamboman/mason.nvim', config = true }, -- NOTE: Must be loaded before dependants
422422
'williamboman/mason-lspconfig.nvim',
423423
'WhoIsSethDaniel/mason-tool-installer.nvim',
424424

0 commit comments

Comments
 (0)