✨ feat(nvim): new extra: snacks.nvim
This commit is contained in:
parent
7fa233ba76
commit
c9c49dada3
1 changed files with 25 additions and 0 deletions
25
.config/nvim/lua/plugins/extras/util/snacks-extended.lua
Normal file
25
.config/nvim/lua/plugins/extras/util/snacks-extended.lua
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
return {
|
||||||
|
"folke/snacks.nvim",
|
||||||
|
opts = {
|
||||||
|
dashboard = {
|
||||||
|
preset = {
|
||||||
|
header = [[
|
||||||
|
|
||||||
|
████ ██████ █████ ██
|
||||||
|
███████████ █████
|
||||||
|
█████████ ███████████████████ ███ ███████████
|
||||||
|
█████████ ███ █████████████ █████ ██████████████
|
||||||
|
█████████ ██████████ █████████ █████ █████ ████ █████
|
||||||
|
███████████ ███ ███ █████████ █████ █████ ████ █████
|
||||||
|
██████ █████████████████████ ████ █████ █████ ████ ██████
|
||||||
|
]],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
lazygit = {
|
||||||
|
configure = false,
|
||||||
|
},
|
||||||
|
notifier = {
|
||||||
|
style = "fancy",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue