removed inspire as its not used
This commit is contained in:
parent
ec159b66e8
commit
f7764fd7b2
1 changed files with 16 additions and 16 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue