nvimdev / dashboard-nvim

vim dashboard
MIT License
2.34k stars 190 forks source link

bug: do not set `buftype` when startup #409

Open mrbeardad opened 9 months ago

mrbeardad commented 9 months ago

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