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,
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",