Fixed Config needs nightly for plugins

currently running fine on:

NVIM v0.12.0-dev-914+gb79ff967ac
Build type: RelWithDebInfo
This commit is contained in:
jensonjohnathon 2025-07-31 11:14:36 +02:00
parent 16add1fb52
commit c112008354
1 changed files with 2 additions and 2 deletions

View File

@ -495,8 +495,8 @@ require('lazy').setup({
-- Automatically install LSPs and related tools to stdpath for Neovim
-- 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 = {} },
'mason-org/mason-lspconfig.nvim',
{ 'williamboman/mason.nvim', opts = {} },
'williamboman/mason-lspconfig.nvim',
'WhoIsSethDaniel/mason-tool-installer.nvim',
-- Useful status updates for LSP.