mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
feat(dashboard): added new dashboard snack (#77)
## Description A new dashboard plugin that comes with sane defaults, and can be fully customized to your liking. ## Screenshots     
This commit is contained in:
parent
063525196a
commit
d540fa607c
19 changed files with 2506 additions and 43 deletions
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
|
|
@ -16,6 +16,7 @@ core:
|
|||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- "lua/snacks/init.lua"
|
||||
- "lua/snacks/health.lua"
|
||||
- "plugins/**"
|
||||
- "queries/**"
|
||||
- "scripts/**"
|
||||
|
|
@ -27,6 +28,9 @@ bigfile:
|
|||
bufdelete:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: "lua/snacks/bufdelete.lua"
|
||||
dashboard:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: "lua/snacks/dashboard.lua"
|
||||
debug:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: "lua/snacks/debug.lua"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue