From 141a2324e2f4186ec16ea330bf954d4472814e2a Mon Sep 17 00:00:00 2001 From: veonim Date: Mon, 2 Feb 2026 11:51:36 +0500 Subject: [PATCH] fix: Added comment to explain need of mason-lspconfig --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 63da8271..5a790458 100644 --- a/init.lua +++ b/init.lua @@ -481,7 +481,10 @@ require('lazy').setup({ -- Mason must be loaded before its dependents so we need to set it up here. -- NOTE: `opts = {}` is the same as calling `require('mason').setup({})` { 'mason-org/mason.nvim', opts = {} }, + + -- This plugin streamlines Neovim's LSP setup by automating server installation and activation, providing helpful management commands, and mapping mason.nvim packages to nvim-lspconfig configurations. { 'mason-org/mason-lspconfig.nvim', opts = {} }, + 'WhoIsSethDaniel/mason-tool-installer.nvim', -- Useful status updates for LSP.