diff options
author | GameFuzzy <mail@gamefuzzy.dev> | 2024-04-19 19:50:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 13:50:42 -0400 |
commit | b07176aef66948fa9de810174d3fc8a780eb8953 (patch) | |
tree | 0b7118b8c7c72a1a7f9637075674de813c3ce953 | |
parent | f5c9fe8e15aafb6857706e3c05b5eee4ecb98a2b (diff) |
fix: restore Mason config timing for DAP startup (again) (#865)
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |