diff options
author | John Pekcan <johnpekcan@gmail.com> | 2023-12-23 20:59:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-23 23:59:59 -0500 |
commit | 4d0dc8d4b1bd6b94e59f7773158149bb1b0ee5be (patch) | |
tree | 6ff8bad9c62d90432000de6ee58efb1c17630dc3 /init.lua | |
parent | e39a8bce9d25b3bd8d50098fadf13575a4a71b4b (diff) |
fix: restore mason config timing for dap startup (#555)
Co-authored-by: John Pekcan <john.pekcan@epicgames.com>
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |