mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
feat(ui): show optional plugins in a different color
This commit is contained in:
parent
c38c3bf407
commit
8597c2085f
2 changed files with 24 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue