Skip to content

Commit a61cb67

Browse files
GameFuzzyeunmann
authored andcommitted
fix: restore Mason config timing for DAP startup (again) (nvim-lua#865)
1 parent 1b12b75 commit a61cb67

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

0 commit comments

Comments
 (0)