Add ascii-art pluagin and change alpha ascii art
This commit is contained in:
parent
5769c21dd1
commit
855971b59d
3 changed files with 4 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ return {
|
|||
}
|
||||
}
|
||||
|
||||
dashboard.section.header.val = ascii_arts['kraken']
|
||||
dashboard.section.header.val = require("ascii").art.misc.krakens.sleekraken
|
||||
|
||||
-- Set menu
|
||||
dashboard.section.buttons.val = {
|
||||
|
|
|
|||
1
lua/custom/plugins/ascii-nvim.lua
Normal file
1
lua/custom/plugins/ascii-nvim.lua
Normal file
|
|
@ -0,0 +1 @@
|
|||
return { 'MaximilianLloyd/ascii.nvim', dependencies = 'MunifTanjim/nui.nvim' }
|
||||
Loading…
Add table
Add a link
Reference in a new issue