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 c38c3bf407
commit 8597c2085f
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
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")