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:
parent
16add1fb52
commit
c112008354
4
init.lua
4
init.lua
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue