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,
|
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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue