vyfor / cord.nvim

🚀 Discord Rich Presence plugin for Neovim written in Rust
Apache License 2.0
113 stars 8 forks source link

Add support for "start screen" plugins #89

Open vyfor opened 1 month ago

vyfor commented 1 month ago

The ones in question are: dashboard-nvim, vim-startify, mini.starter, alpha-nvim, etc. I'm curious whether it is a good idea to introduce a separate status for such plugins. My suggestion is that if any of these are active, we could display the editor's logo on the large image, without displaying the small one. Open to suggestions.

Walidoux commented 1 month ago

Unnecessary in my opinion. I feel like the starter page of each plugin basically describes that the user's activity is "browsing files & folders," which I reckon is already implemented, unless you wanna set the activity to something like "In Homescreen" by default.

out of context: we should enable github discussions rather than using github issues for suggestions/questions