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 9379824 commit ca14da2Copy full SHA for ca14da2
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