Skip to content

Commit 59f562c

Browse files
johnpekcanJohn Pekcan
authored andcommitted
fix: restore mason config timing for dap startup (nvim-lua#555)
Co-authored-by: John Pekcan <john.pekcan@epicgames.com>
1 parent f8f169b commit 59f562c

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
@@ -83,7 +83,7 @@ require('lazy').setup({
8383
'neovim/nvim-lspconfig',
8484
dependencies = {
8585
-- Automatically install LSPs to stdpath for neovim
86-
'williamboman/mason.nvim',
86+
{ 'williamboman/mason.nvim', config = true },
8787
'williamboman/mason-lspconfig.nvim',
8888

8989
-- Useful status updates for LSP

0 commit comments

Comments
 (0)