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
I'm using "s1n7ax/nvim-window-picker" for selecting windows when opening a file with "neo-tree". The picker plugin allows filtering out buffers based on filetype and buftype. Before snacks.nvim, I could filter out the unwanted buffers by filtering out windows whose buftype is nofile. However, now that the dashboard is also nofile, the picker does not select the dashboard for opening files. I tried to change the buftype of the dashboard to "", but then when opening a file, a save confirmation opens, which is annoying also. Does anyone have a way to make selecting the dashboard to stop asking for confirmation?
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using "s1n7ax/nvim-window-picker" for selecting windows when opening a file with "neo-tree". The picker plugin allows filtering out buffers based on
filetype
andbuftype
. Beforesnacks.nvim
, I could filter out the unwanted buffers by filtering out windows whosebuftype
isnofile
. However, now that the dashboard is alsonofile
, the picker does not select the dashboard for opening files. I tried to change the buftype of the dashboard to""
, but then when opening a file, a save confirmation opens, which is annoying also. Does anyone have a way to make selecting the dashboard to stop asking for confirmation?Beta Was this translation helpful? Give feedback.
All reactions