diff --git a/lua/pika/plugins/snacks.lua b/lua/pika/plugins/snacks.lua index 8ca0cc2..a9f0e6b 100644 --- a/lua/pika/plugins/snacks.lua +++ b/lua/pika/plugins/snacks.lua @@ -381,22 +381,22 @@ return { }) end, dependencies = { - { - "RileyGabrielson/inspire.nvim", - config = function() - require("inspire").setup({ - -- 'daily' or 'random' - mode = "daily", - - -- Override the default quotes - quotes = { - { text = "My First Custom Quote", author = "Me" }, - { text = "My Second Custom Quote", author = "Myself" }, - { text = "My Third Custom Quote", author = "and I" }, - }, - }) - end, - }, + -- { + -- "RileyGabrielson/inspire.nvim", + -- config = function() + -- require("inspire").setup({ + -- -- 'daily' or 'random' + -- mode = "daily", + -- + -- -- Override the default quotes + -- quotes = { + -- { text = "My First Custom Quote", author = "Me" }, + -- { text = "My Second Custom Quote", author = "Myself" }, + -- { text = "My Third Custom Quote", author = "and I" }, + -- }, + -- }) + -- end, + -- }, { "folke/persistence.nvim", event = "BufReadPre",