From 5fbd5060714e4044f1529f39224cdf7af69d626a Mon Sep 17 00:00:00 2001 From: Donatas Cinka Date: Sun, 15 Feb 2026 23:47:52 +0200 Subject: [PATCH] fix: Lua-ls rependency resolve --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index d5ae6dc9b2a..a5ab04e9929 100644 --- a/init.lua +++ b/init.lua @@ -481,6 +481,9 @@ 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.