diff options
author | Damjan 9000 <damjan.9000@gmail.com> | 2023-12-24 09:46:06 +0100 |
---|---|---|
committer | Damjan 9000 <damjan.9000@gmail.com> | 2023-12-24 09:46:06 +0100 |
commit | 13c28e8438a25d27a6472eaf213c23a320e5a0c4 (patch) | |
tree | 2a860badd96731a2c560b3db80cd66fed14340fa /lua/lazy-plugins.lua | |
parent | 49b21aeb12eff66eb44e992a29e1a58b2df4eca5 (diff) | |
parent | 4d0dc8d4b1bd6b94e59f7773158149bb1b0ee5be (diff) |
Merge 'upstream/master' fix: restore mason config timing for dap startup
Diffstat (limited to 'lua/lazy-plugins.lua')
-rw-r--r-- | lua/lazy-plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index 22f5f4c..f401a88 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -21,7 +21,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 |