fix: Lua-ls rependency resolve

This commit is contained in:
Donatas Cinka 2026-02-15 23:47:52 +02:00
parent e79572c9e6
commit 5fbd506071
1 changed files with 3 additions and 0 deletions

View File

@ -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.