mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-05 03:08:13 +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()`
|
-- The other options are used with `:lua Snacks.dashboard()`
|
||||||
Snacks.config.style("dashboard", {
|
Snacks.config.style("dashboard", {
|
||||||
zindex = 10,
|
zindex = 10,
|
||||||
height = 0.6,
|
height = 0,
|
||||||
width = 0.6,
|
width = 0,
|
||||||
bo = {
|
bo = {
|
||||||
bufhidden = "wipe",
|
bufhidden = "wipe",
|
||||||
buftype = "nofile",
|
buftype = "nofile",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue