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 28c3be7 commit 159def5Copy full SHA for 159def5
init.lua
@@ -410,7 +410,7 @@ require('lazy').setup({
410
'neovim/nvim-lspconfig',
411
dependencies = {
412
-- Automatically install LSPs and related tools to stdpath for Neovim
413
- 'williamboman/mason.nvim',
+ { 'williamboman/mason.nvim', config = true }, -- NOTE: Must be loaded before dependants
414
'williamboman/mason-lspconfig.nvim',
415
'WhoIsSethDaniel/mason-tool-installer.nvim',
416
0 commit comments