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

Dashboard not shown automatically when neovim loads

Open LittleHendrix opened this issue 4 months ago • 0 comments

Describe the bug Starting neovim normally and expect to be greeted by dashboard. However, seeing the 'new' empty buffer. Checking in :Lazy indicates that dashboard-nvim is loaded.

I have set up a fresh instance of neovim to test this in isolation without any other custom opts, plugins, .etc.

To Reproduce Steps to reproduce the behavior:

  1. run nvim in terminal to initiate

Expected behavior Dashboard loaded automatically

Screenshots Empty buffer on first load image Lazy UI indicates dashboard-nvim loaded successfully image Dashboard appears only after manually triggered via cmd e.g. :Dashboard image image Project structure (root) image init.lua image config/lazy.lua (no modification) image plugins/dashboard-nvim.lua (only set theme) image

Desktop (please complete the following information):

  • OS: [e.g. macOS 14.6.1]
  • Neovim Version [e.g. 0.10.2]

Additional context dashboard-nvim is the only plugin installed in a fresh neovim instance, isolated by NVIM_APPNAME i.e. NVIM_APPNAME=my-nvim nvim

LittleHendrix avatar Oct 14 '24 10:10 LittleHendrix