2024-05-09 22:29:20 +00:00
|
|
|
-- Customize None-ls sources
|
|
|
|
|
|
|
|
---@type LazySpec
|
|
|
|
return {
|
|
|
|
"nvimtools/none-ls.nvim",
|
|
|
|
dependencies = { "nvimtools/none-ls-extras.nvim" },
|
|
|
|
opts = function(_, config)
|
2024-05-09 23:22:03 +00:00
|
|
|
config.sources = {}
|
2024-05-09 22:29:20 +00:00
|
|
|
return config -- return final config table
|
|
|
|
end,
|
|
|
|
}
|