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
johnpekcan and John Pekcan committed Dec 24, 2023
1 parent e39a8bc commit 4d0dc8d
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 4d0dc8d

Please sign in to comment.