Make null-ls load lazy so null-ls loads after the other lsps
This commit is contained in:
parent
48894989e8
commit
7cb056fb72
|
@ -1,5 +1,9 @@
|
|||
return {
|
||||
'jose-elias-alvarez/null-ls.nvim',
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
local null_ls = require('null-ls')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user