nvimdev / dashboard-nvim

vim dashboard
MIT License
2.3k stars 187 forks source link

Opening a file in NERDTree causing the file to split #349

Closed vaibhav135 closed 1 year ago

vaibhav135 commented 1 year ago

Describe the bug In the startup screen, when I open my NERDTree and select a file it's opening in a horizontal split (The first half of the split is the file and the other half is the dashboard startup screen) .

To Reproduce Steps to reproduce the behavior:

  1. Open neovim
  2. Open NERDTree
  3. Select a File

Expected behavior After openening neovim. When a file is selected from the NERDTree the dashboard startup screen should be closed.

Screenshots

image

OS | terminal | shell mac | iterm2 | zsh

My intution I guess when any buffer is opened then the Dashboard plugin should get closed.

vaibhav135 commented 1 year ago

Thank you, you are awesome.