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
So i have added a section to show the git status of my cwd and it shows up on the dashboard just fine but as soon as I enter a buffer a window lingers with the output of said section command... doesnt seem right.
Unrelated but if i pick any item from the files picker or from recent files i also get this error so i have to "open" the file twice for it to load.
Seems like the dashboard has problems trying to remove itself.
E5108: Error executing lua: vim/_editor.lua:0: nvim_exec2()..BufWipeout Autocommands for "<buffer=1>":Vim(append):Error executing lua callback: ..cal/share/nvim/lazy/snacks.nvim/lua/snacks/dashboard.lua :262: Vim:E367: No such group: "--Deleted--"
stack traceback:
[C]: in function 'nvim_del_augroup_by_id'
...cal/share/nvim/lazy/snacks.nvim/lua/snacks/dashboard.lua:262: in function <...cal/share/nvim/lazy/snacks.nvim/lua/snacks/dashboard.lua:260>
[C]: in function 'nvim_exec2'
vim/_editor.lua: in function 'action'
...cal/share/nvim/lazy/snacks.nvim/lua/snacks/dashboard.lua:684: in function <...cal/share/nvim/lazy/snacks.nvim/lua/snacks/dashboard.lua:683>
stack traceback:
[C]: in function 'nvim_exec2'
vim/_editor.lua: in function 'action'
...cal/share/nvim/lazy/snacks.nvim/lua/snacks/dashboard.lua:684: in function <...cal/share/nvim/lazy/snacks.nvim/lua/snacks/dashboard.lua:683>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So i have added a section to show the git status of my cwd and it shows up on the dashboard just fine but as soon as I enter a buffer a window lingers with the output of said section command... doesnt seem right.
Here's my section config
Unrelated but if i pick any item from the files picker or from recent files i also get this error so i have to "open" the file twice for it to load.
Seems like the dashboard has problems trying to remove itself.
Beta Was this translation helpful? Give feedback.
All reactions