feat(nvim): new extra: snacks.nvim

This commit is contained in:
Sergio Laín 2024-11-22 17:17:52 +01:00
parent 7fa233ba76
commit c9c49dada3
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -0,0 +1,25 @@
return {
"folke/snacks.nvim",
opts = {
dashboard = {
preset = {
header = [[
]],
},
},
lazygit = {
configure = false,
},
notifier = {
style = "fancy",
},
},
}