fix: restore mason config timing for dap startup (#555)

Co-authored-by: John Pekcan <john.pekcan@epicgames.com>
pull/558/head^2
John Pekcan 5 months ago committed by GitHub
parent e39a8bce9d
commit 4d0dc8d4b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ require('lazy').setup({
'neovim/nvim-lspconfig',
dependencies = {
-- Automatically install LSPs to stdpath for neovim
'williamboman/mason.nvim',
{ 'williamboman/mason.nvim', config = true },
'williamboman/mason-lspconfig.nvim',
-- Useful status updates for LSP

Loading…
Cancel
Save