diff --git a/.config/nvim/lua/plugins/extras/util/snacks-extended.lua b/.config/nvim/lua/plugins/extras/util/snacks-extended.lua new file mode 100644 index 00000000..b1281200 --- /dev/null +++ b/.config/nvim/lua/plugins/extras/util/snacks-extended.lua @@ -0,0 +1,25 @@ +return { + "folke/snacks.nvim", + opts = { + dashboard = { + preset = { + header = [[ +  + ████ ██████ █████ ██ + ███████████ █████  + █████████ ███████████████████ ███ ███████████ + █████████ ███ █████████████ █████ ██████████████ + █████████ ██████████ █████████ █████ █████ ████ █████ + ███████████ ███ ███ █████████ █████ █████ ████ █████ +██████ █████████████████████ ████ █████ █████ ████ ██████ + ]], + }, + }, + lazygit = { + configure = false, + }, + notifier = { + style = "fancy", + }, + }, +}