mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 11:14:42 +02:00
refactor plugin config
This commit is contained in:
parent
0ce8dfd998
commit
b8182d5aee
15 changed files with 259 additions and 243 deletions
|
@ -140,10 +140,9 @@ return require("packer").startup(function(use)
|
|||
use {
|
||||
"ChristianChiarulli/dashboard-nvim",
|
||||
event = "BufWinEnter",
|
||||
-- cmd = { "Dashboard", "DashboardNewFile", "DashboardJumpMarks" },
|
||||
-- config = function()
|
||||
-- require("lv-dashboard").config()
|
||||
-- end,
|
||||
config = function()
|
||||
require("lv-dashboard").config()
|
||||
end,
|
||||
disable = not O.plugin.dashboard.active,
|
||||
-- opt = true,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue