Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple dashboard with recent files #24

Open
rambip opened this issue Jun 28, 2021 · 9 comments
Open

Simple dashboard with recent files #24

rambip opened this issue Jun 28, 2021 · 9 comments
Labels
help wanted Extra attention is needed idea

Comments

@rambip
Copy link

rambip commented Jun 28, 2021

What?
The only dashboard plugin that I know is quite old, and it really looks like emacs, it has a style that I don't like.

Why?
I would like a much simpler dashboard, with a message, a list of recent files and the ability to do some customization easily (colors, ascii art for the message ...)

Potential existing implementations:
I don't think they are ...
There is of course the dashboard plugin
And a mru vim plugin

@rambip rambip added help wanted Extra attention is needed idea labels Jun 28, 2021
@rambip
Copy link
Author

rambip commented Jun 28, 2021

I just discovered vim-startify

It is almost exactly what I wanted, I don't know if there is still intrest for that ...

@Mte90
Copy link

Mte90 commented Jun 29, 2021

I use startify but there isn't a Lua version. There is just dashboard-nvim that has a different view.
No recent files and I don't remember if there are bookmarks...

@Carlosmape
Copy link

I found this plugin ;) nvim-startup.lua

@jdhao
Copy link

jdhao commented Nov 2, 2021

@Mte90 Try alpha-nvim.

@Mte90
Copy link

Mte90 commented Nov 2, 2021

@Mte90 Try alpha-nvim.

I did months ago :-) I contributed to that repo too :-)

@smartding
Copy link

I did months ago :-) I contributed to that repo too :-)

Is alpha-nvim a good replacement for startify?

@Mte90
Copy link

Mte90 commented Nov 2, 2021

I did months ago :-) I contributed to that repo too :-)

Is alpha-nvim a good replacement for startify?

I think yes but with some issue.
The dev has no so much time on working on that so tickets and pr are not followed so much. I was able to replicate in my dotfiles the look and feel of startify but is not yet perfect (missing center feature).

@echasnovski
Copy link

I've recently written a mini.starter - module of mini.nvim plugin. By default it displays sessions (if 'mini.sessions' is set up), MRU files and some actions, but all items are fully customizable. Looks can also be customized using builtin functions or with your own ones if you don't mind some Lua coding. Help has configurations similar to 'vim-startify' and 'dashboard-nvim'.

@max397574
Copy link

you could use my plugin startup.nvim for this
https://github.com/startup-nvim/startup.nvim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed idea
Projects
None yet
Development

No branches or pull requests

7 participants