Make null-ls load lazy so null-ls loads after the other lsps
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user