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