dashboard-nvim
dashboard-nvim copied to clipboard
vim dashboard
You can share your custom dashboard in here. i will add it to wiki demo page. Thanks.
 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...
就是这个,感觉挺好玩的 
**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...