Make null-ls load lazy so null-ls loads after the other lsps

This commit is contained in:
Dreaded_X 2023-04-11 03:08:18 +02:00
parent 48894989e8
commit 7cb056fb72
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4

View File

@ -1,5 +1,9 @@
return { return {
'jose-elias-alvarez/null-ls.nvim', 'jose-elias-alvarez/null-ls.nvim',
dependencies = {
'nvim-lua/plenary.nvim',
},
event = "VeryLazy",
config = function() config = function()
local null_ls = require('null-ls') local null_ls = require('null-ls')