dashboard-nvim icon indicating copy to clipboard operation
dashboard-nvim copied to clipboard

bug: do not set `buftype` when startup

Open mrbeardad opened this issue 1 year ago • 0 comments

Describe the bug when startup with dashboard, the buftype of dashboard is empty, meas it is a normal buffer, it may cause issues with other plugins.

To Reproduce

  1. nvim without arg
  2. :set bt print buftype=

Expected behavior :set bt should print buftype=nofile

mrbeardad avatar Dec 19 '23 06:12 mrbeardad