Skip to content

Commit

Permalink
Merge pull request #2 from nvim-lua/master
Browse files Browse the repository at this point in the history
fix: restore mason config timing for dap startup (nvim-lua#555)
  • Loading branch information
Akstrov authored Jan 2, 2024
2 parents 834869a + 4d0dc8d commit d052af8
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 @@ -89,7 +89,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 d052af8

Please sign in to comment.