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

This commit is contained in:
Folke Lemaitre 2023-10-12 00:20:32 +02:00
parent b43c57d943
commit eedb4a3405
2 changed files with 24 additions and 2 deletions

View file

@ -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")