File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"blink.cmp" : { "branch" : " main" , "commit" : " cb5e346d9e0efa7a3eee7fd4da0b690c48d2a98e" },
3
3
"catppuccin" : { "branch" : " main" , "commit" : " 5b5e3aef9ad7af84f463d17b5479f06b87d5c429" },
4
- "dropbar" : { "branch" : " master" , "commit" : " c853c7b5ce4c13aceab39ef88e77f8b8669d638e " },
4
+ "dropbar" : { "branch" : " master" , "commit" : " a64fc20c4ec7e10fc92dc80312457010755bb019 " },
5
5
"friendly-snippets" : { "branch" : " main" , "commit" : " efff286dd74c22f731cdec26a70b46e5b203c619" },
6
6
"lazy.nvim" : { "branch" : " main" , "commit" : " 6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
7
7
"lazydev.nvim" : { "branch" : " main" , "commit" : " 2367a6c0a01eb9edb0464731cc0fb61ed9ab9d2c" },
8
- "lspconfig" : { "branch" : " master" , "commit" : " 4ea9083b6d3dff4ddc6da17c51334c3255b7eba5 " },
8
+ "lspconfig" : { "branch" : " master" , "commit" : " f9b6a702b7430aff0770c04771f2dba78163d2c6 " },
9
9
"mini" : { "branch" : " main" , "commit" : " b418d585d99bd1c1a4b04dc8b2c585471665173a" },
10
10
"render-markdown.nvim" : { "branch" : " main" , "commit" : " 8bb0d4725cc4909a603158d44ff28b6158ad9278" },
11
11
"snacks" : { "branch" : " main" , "commit" : " bc0630e43be5699bb94dadc302c0d21615421d93" },
Original file line number Diff line number Diff line change @@ -116,10 +116,21 @@ local starter = require "mini.starter"
116
116
M .starter = {
117
117
evaluate_single = false ,
118
118
header = table.concat ({
119
- " ┏┓" ,
120
- " ┏┓┓┏┏┏┓┃┃" ,
121
- " ┣┛┗┻┛┛┗┗┛" ,
122
- " ┛ " , }, " \n " ),
119
+ " " ,
120
+ " " ,
121
+ " " ,
122
+ " ⣴⣶⣤⡤⠦⣤⣀⣤⠆ ⣈⣭⣿⣶⣿⣦⣼⣆ " ,
123
+ " ⠉⠻⢿⣿⠿⣿⣿⣶⣦⠤⠄⡠⢾⣿⣿⡿⠋⠉⠉⠻⣿⣿⡛⣦ " ,
124
+ " ⠈⢿⣿⣟⠦ ⣾⣿⣿⣷ ⠻⠿⢿⣿⣧⣄ " ,
125
+ " ⣸⣿⣿⢧ ⢻⠻⣿⣿⣷⣄⣀⠄⠢⣀⡀⠈⠙⠿⠄ " ,
126
+ " ⢠⣿⣿⣿⠈ ⣻⣿⣿⣿⣿⣿⣿⣿⣛⣳⣤⣀⣀ " ,
127
+ " ⢠⣧⣶⣥⡤⢄ ⣸⣿⣿⠘ ⢀⣴⣿⣿⡿⠛⣿⣿⣧⠈⢿⠿⠟⠛⠻⠿⠄ " ,
128
+ " ⣰⣿⣿⠛⠻⣿⣿⡦⢹⣿⣷ ⢊⣿⣿⡏ ⢸⣿⣿⡇ ⢀⣠⣄⣾⠄ " ,
129
+ " ⣠⣿⠿⠛ ⢀⣿⣿⣷⠘⢿⣿⣦⡀ ⢸⢿⣿⣿⣄ ⣸⣿⣿⡇⣪⣿⡿⠿⣿⣷⡄ " ,
130
+ " ⠙⠃ ⣼⣿⡟ ⠈⠻⣿⣿⣦⣌⡇⠻⣿⣿⣷⣿⣿⣿ ⣿⣿⡇ ⠛⠻⢷⣄ " ,
131
+ " ⢻⣿⣿⣄ ⠈⠻⣿⣿⣿⣷⣿⣿⣿⣿⣿⡟ ⠫⢿⣿⡆ " ,
132
+ " ⠻⣿⣿⣿⣿⣶⣶⣾⣿⣿⣿⣿⣿⣿⣿⣿⡟⢀⣀⣤⣾⡿⠃ " ,
133
+ " " , }, " \n " ),
123
134
footer = os.date (" %B %d, %I:%M %p" ),
124
135
items = {
125
136
{
You can’t perform that action at this time.
0 commit comments