Skip to content

Commit 159def5

Browse files
GameFuzzyhchienjo
authored andcommitted
fix: restore Mason config timing for DAP startup (again) (nvim-lua#865)
1 parent 28c3be7 commit 159def5

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

0 commit comments

Comments
 (0)