Skip to content

Commit 2167973

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 ae3a7f8 commit 2167973

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
@@ -73,7 +73,7 @@ require('lazy').setup({
7373
'neovim/nvim-lspconfig',
7474
dependencies = {
7575
-- Automatically install LSPs to stdpath for neovim
76-
'williamboman/mason.nvim',
76+
{ 'williamboman/mason.nvim', config = true },
7777
'williamboman/mason-lspconfig.nvim',
7878

7979
-- Useful status updates for LSP

0 commit comments

Comments
 (0)