feat(ui): show optional plugins in a different color

This commit is contained in:
Folke Lemaitre committed 2023-10-12 11:48:02 +02:00
1 parent b43c57d943
commit eedb4a3405
2 files changed
+24 -2

No files matched your search

@@ -64,6 +64,7 @@ return {
-- Telescope integration
{
"nvim-telescope/telescope.nvim",
optional = true,
opts = function()
Util.on_load("telescope.nvim", function()
require("telescope").load_extension("aerial")