diff options
-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 |