Skip to content

Commit 1ba1789

Browse files
committed
Re-add mason-lspconfig
1 parent e79572c commit 1ba1789

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,8 @@ require('lazy').setup({
481481
-- Mason must be loaded before its dependents so we need to set it up here.
482482
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
483483
{ 'mason-org/mason.nvim', opts = {} },
484+
-- Maps LSP server names between nvim-lspconfig and Mason package names.
485+
'mason-org/mason-lspconfig.nvim',
484486
'WhoIsSethDaniel/mason-tool-installer.nvim',
485487

486488
-- Useful status updates for LSP.

0 commit comments

Comments
 (0)