Skip to content

Commit

Permalink
fix: restore mason config timing for dap startup (nvim-lua#555)
Browse files Browse the repository at this point in the history
Co-authored-by: John Pekcan <john.pekcan@epicgames.com>
  • Loading branch information
2 people authored and chrisdd2 committed Mar 24, 2024
1 parent f8f169b commit 59f562c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59f562c

Please sign in to comment.