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 199e70f commit a6b51a9Copy full SHA for a6b51a9
init.lua
@@ -83,7 +83,7 @@ require('lazy').setup({
83
'neovim/nvim-lspconfig',
84
dependencies = {
85
-- Automatically install LSPs to stdpath for neovim
86
- 'williamboman/mason.nvim',
+ { 'williamboman/mason.nvim', config = true },
87
'williamboman/mason-lspconfig.nvim',
88
89
-- Useful status updates for LSP
0 commit comments