removed inspire as its not used

This commit is contained in:
pika 2025-06-13 14:08:40 +02:00
parent ec159b66e8
commit f7764fd7b2

View file

@ -381,22 +381,22 @@ return {
}) })
end, end,
dependencies = { dependencies = {
{ -- {
"RileyGabrielson/inspire.nvim", -- "RileyGabrielson/inspire.nvim",
config = function() -- config = function()
require("inspire").setup({ -- require("inspire").setup({
-- 'daily' or 'random' -- -- 'daily' or 'random'
mode = "daily", -- mode = "daily",
--
-- Override the default quotes -- -- Override the default quotes
quotes = { -- quotes = {
{ text = "My First Custom Quote", author = "Me" }, -- { text = "My First Custom Quote", author = "Me" },
{ text = "My Second Custom Quote", author = "Myself" }, -- { text = "My Second Custom Quote", author = "Myself" },
{ text = "My Third Custom Quote", author = "and I" }, -- { text = "My Third Custom Quote", author = "and I" },
}, -- },
}) -- })
end, -- end,
}, -- },
{ {
"folke/persistence.nvim", "folke/persistence.nvim",
event = "BufReadPre", event = "BufReadPre",