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 appuchias committed Apr 21, 2024
1 parent de78e5b commit abf7cce
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 @@ -412,7 +412,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 abf7cce

Please sign in to comment.