We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c5b88 commit ec3ca57Copy full SHA for ec3ca57
init.lua
@@ -415,7 +415,7 @@ require('lazy').setup({
415
'neovim/nvim-lspconfig',
416
dependencies = {
417
-- Automatically install LSPs and related tools to stdpath for Neovim
418
- 'williamboman/mason.nvim',
+ { 'williamboman/mason.nvim', config = true }, -- NOTE: Must be loaded before dependants
419
'williamboman/mason-lspconfig.nvim',
420
'WhoIsSethDaniel/mason-tool-installer.nvim',
421
0 commit comments