mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
refactor(none-ls): make all null-ls usages in extras optional
This commit is contained in:
parent
3c448a1be1
commit
a7f68e5e37
7 changed files with 7 additions and 0 deletions
|
@ -26,6 +26,7 @@ return {
|
|||
},
|
||||
{
|
||||
"nvimtools/none-ls.nvim",
|
||||
optional = true,
|
||||
opts = function(_, opts)
|
||||
if type(opts.sources) == "table" then
|
||||
local null_ls = require("null-ls")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue