fix: make some extra deps optional

This commit is contained in:
Folke Lemaitre
2023-05-22 20:38:46 +02:00
parent 99785ce36b
commit 183fd89d76
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ return {
},
{
"nvim-lualine/lualine.nvim",
optional = true,
event = "VeryLazy",
opts = function(_, opts)
local Util = require("lazyvim.util")

View File

@ -37,6 +37,7 @@ return {
-- which key integration
{
"folke/which-key.nvim",
optional = true,
opts = {
defaults = {
["<leader>d"] = { name = "+debug" },