Skip to content

Commit

Permalink
fix: restore Mason config timing for DAP startup (again) (nvim-lua#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
GameFuzzy authored and cannahum committed Apr 28, 2024
1 parent 578870b commit 3b333e5
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 @@ -420,7 +420,7 @@ require('lazy').setup({
'neovim/nvim-lspconfig',
dependencies = {
-- Automatically install LSPs and related tools to stdpath for Neovim
'williamboman/mason.nvim',
{ 'williamboman/mason.nvim', config = true }, -- NOTE: Must be loaded before dependants
'williamboman/mason-lspconfig.nvim',
'WhoIsSethDaniel/mason-tool-installer.nvim',

Expand Down

0 comments on commit 3b333e5

Please sign in to comment.