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

vim dashboard

Results 84 dashboard-nvim issues
Sort by recently updated
recently updated
newest added

You can share your custom dashboard in here. i will add it to wiki demo page. Thanks.

![20240108031930](https://github.com/nvimdev/dashboard-nvim/assets/16048187/2ac5b75f-e191-4c5c-af1d-f6a86e1b1e38) The screenshot and title say it all. There are some duplicated records in the "Most Recent Files" section with just different file path separators. But the duplicated records are...

就是这个,感觉挺好玩的 ![图片](https://github.com/nvimdev/dashboard-nvim/assets/23305067/aa51995f-0f0b-47af-a6e8-1f9210c02a5b)

**Describe the bug** I'm getting the error `Error executing lua callback: ...l/nvim-data/lazy/dashboard-nvim/lua/dashboard/events.lua:27: Unknown file open flag 'rs+' ` during exit. **To Reproduce** Steps to reproduce the behavior: 1. Open session...

**Describe the solution you'd like** I'd like a feature that'd allow the header to be used as the background, with custom options on how to handle when the window is...

**Describe the bug** when startup with dashboard, the buftype of dashboard is empty, meas it is a normal buffer, it may cause issues with other plugins. **To Reproduce** 1. `nvim`...

**Describe the bug** LuaJit 5.2 changed several methods, **loadstring()** doesn't have more support, and this breaks the hyper theme in several lines. So, when I open the neovim an error...

**Reload MRU (oldfiles) without reopening editor.** List of recent files is not refreshed until I reopen editor. **Add an option/function to refresh MRU on demand or automatically** Adding a function...

Hi i'm a new user and am using the default setup. Setup: ``` local db = require("dashboard") db.setup({ theme = 'doom', config = { header = {}, --your header center...