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