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 22f66f1 commit 420fe78Copy full SHA for 420fe78
init.lua
@@ -418,7 +418,7 @@ require('lazy').setup({
418
'neovim/nvim-lspconfig',
419
dependencies = {
420
-- Automatically install LSPs and related tools to stdpath for Neovim
421
- 'williamboman/mason.nvim',
+ { 'williamboman/mason.nvim', config = true }, -- NOTE: Must be loaded before dependants
422
'williamboman/mason-lspconfig.nvim',
423
'WhoIsSethDaniel/mason-tool-installer.nvim',
424
0 commit comments