LunarVim / LunarVim

🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
https://www.lunarvim.org
GNU General Public License v3.0
18.34k stars 1.51k forks source link

button q randomly appears on start page #3027

Closed meijieru closed 1 year ago

meijieru commented 2 years ago

Problem description

Using Startify style, the quit button sometimes doesn't appear.

LunarVim version

rolling-9813096

Neovim version (>= 0.7.2)

NVIM v0.8.0-dev-1092-g89b9eab638

Operating system/version

wsl2

Steps to reproduce

  1. lvim

support info

None

Screenshots

No response

rebuilt commented 2 years ago

I'm going to assume the start page you're talking about is the alpha plugin

When you say it happens randomly, do you mean that every time you start lvim the quit button can toggle between being there or not?

Or do you mean that at some point in the past, there was a quit button, but now you don't see it.

LunarVim changed from using the (dashboard plugin)[https://github.com/glepnir/dashboard-nvim] to the alpha plugin.

Make sure to clear the cache :LvimCacheReset and then check :PackerStatus to see if your version of Lunarvim is using the old version of the dashboard or the current dashboard plugin; alpha.

meijieru commented 2 years ago

I am talking about the alpha plugin. When start lvim multiple time, the quit bottom may exist or not randomly. I am always on the latest rolling branch with updated plugins.

ChristianChiarulli commented 2 years ago

I can confirm this is a bug, not sure what is causing it tho