Skip to content

Commit 54d45ba

Browse files
GameFuzzyJohn Longanecker
authored andcommitted
fix: restore Mason config timing for DAP startup (again) (nvim-lua#865)
1 parent 98c18cd commit 54d45ba

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

0 commit comments

Comments
 (0)