mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue