nvimdev / dashboard-nvim

vim dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: do not set `buftype` when startup

mrbeardad opened this issue · 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