Skip to content

Commit ec3ca57

Browse files
GameFuzzydarren-omori
authored andcommitted
fix: restore Mason config timing for DAP startup (again) (nvim-lua#865)
1 parent c6c5b88 commit ec3ca57

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

0 commit comments

Comments
 (0)