mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
fix(dashboard): open fullscreen on relaunch
This commit is contained in:
parent
7c9e65c5c9
commit
853240bb20
1 changed files with 2 additions and 2 deletions
|
@ -132,8 +132,8 @@ local defaults = {
|
|||
-- The other options are used with `:lua Snacks.dashboard()`
|
||||
Snacks.config.style("dashboard", {
|
||||
zindex = 10,
|
||||
height = 0.6,
|
||||
width = 0.6,
|
||||
height = 0,
|
||||
width = 0,
|
||||
bo = {
|
||||
bufhidden = "wipe",
|
||||
buftype = "nofile",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue