Skip to content

Commit 853240b

Browse files
committed
fix(dashboard): open fullscreen on relaunch
1 parent 7c9e65c commit 853240b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/snacks/dashboard.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ local defaults = {
132132
-- The other options are used with `:lua Snacks.dashboard()`
133133
Snacks.config.style("dashboard", {
134134
zindex = 10,
135-
height = 0.6,
136-
width = 0.6,
135+
height = 0,
136+
width = 0,
137137
bo = {
138138
bufhidden = "wipe",
139139
buftype = "nofile",

0 commit comments

Comments
 (0)