Skip to content

Commit 13c28e8

Browse files
committed
Merge 'upstream/master' fix: restore mason config timing for dap startup
2 parents 49b21ae + 4d0dc8d commit 13c28e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy-plugins.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require('lazy').setup({
2121
'neovim/nvim-lspconfig',
2222
dependencies = {
2323
-- Automatically install LSPs to stdpath for neovim
24-
'williamboman/mason.nvim',
24+
{ 'williamboman/mason.nvim', config = true },
2525
'williamboman/mason-lspconfig.nvim',
2626

2727
-- Useful status updates for LSP

0 commit comments

Comments
 (0)