mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 08:53:33 +02:00
fix: make some extra deps optional
This commit is contained in:
parent
99785ce36b
commit
183fd89d76
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ return {
|
|||
},
|
||||
{
|
||||
"nvim-lualine/lualine.nvim",
|
||||
optional = true,
|
||||
event = "VeryLazy",
|
||||
opts = function(_, opts)
|
||||
local Util = require("lazyvim.util")
|
||||
|
|
|
@ -37,6 +37,7 @@ return {
|
|||
-- which key integration
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
optional = true,
|
||||
opts = {
|
||||
defaults = {
|
||||
["<leader>d"] = { name = "+debug" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue