You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error detected while processing UIEnter Autocommands for "*":
Error executing lua callback: ...ocal/nvim-data/lazy/snacks.nvim/lua/snacks/dashboard.lua:584: attempt to perform arithmetic on field 'pane_gap' (a nil v
alue)
stack traceback:
...ocal/nvim-data/lazy/snacks.nvim/lua/snacks/dashboard.lua:584: in function 'layout'
...ocal/nvim-data/lazy/snacks.nvim/lua/snacks/dashboard.lua:696: in function 'update'
...ocal/nvim-data/lazy/snacks.nvim/lua/snacks/dashboard.lua:228: in function 'open'
...ocal/nvim-data/lazy/snacks.nvim/lua/snacks/dashboard.lua:1151: in function 'enable'
...ata/Local/nvim-data/lazy/snacks.nvim/lua/snacks/init.lua:141: in function 'load'
...ata/Local/nvim-data/lazy/snacks.nvim/lua/snacks/init.lua:157: in function <...ata/Local/nvim-data/lazy/snacks.nvim/lua/snacks/init.lua:156>
Press ENTER or type command to continue
Did you check docs and existing issues?
Neovim version (nvim -v)
NVIM v0.11.0-dev-591+gf35d5afbf
Operating system/version
Windows Pro 10
Describe the bug
using the
advanced
sample dashboard configuration returns an error.https://github.com/folke/snacks.nvim/blob/main/docs/dashboard.md#advanced
error:
snacks.lua
config file:Steps To Reproduce
using the snack.lua config file mentioned above returns error.
Expected Behavior
no error
Repro
The text was updated successfully, but these errors were encountered: