Skip to content

Commit

Permalink
fix(ui): don't lazy-load dashboard-nvim (#3107)
Browse files Browse the repository at this point in the history
As nvimdev/dashboard-nvim#450, dashboard-nvim
shouldn't be lazy-loaded to properly handle stdin
  • Loading branch information
mangkoran committed May 12, 2024
1 parent 530e94a commit 30c9e47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/lazyvim/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,10 @@ return {
return false
end,
},

{
"nvimdev/dashboard-nvim",
event = "VimEnter",
lazy = false, -- As https://github.com/nvimdev/dashboard-nvim/pull/450, dashboard-nvim shouldn't be lazy-loaded to properly handle stdin.
opts = function()
local logo = [[
██╗ █████╗ ███████╗██╗ ██╗██╗ ██╗██╗███╗ ███╗ Z
Expand Down

0 comments on commit 30c9e47

Please sign in to comment.