A neovim plugin to show a daily quote.
- Install it via your favorite package manager.
-- lazy.nvim
{
"clivern/quote.nvim",
dependencies = {
"nvim-lua/plenary.nvim",
}
},
- Setup the plugin in your
init.lua
and provide theopts
as below
require("quote").setup({
site = "zenquotes",
})
The plugin provide a command :Quote
to print the message
Contributions are welcome! If you have ideas for new features or improvements, feel free to open an issue or submit a pull request.
This plugin is licensed under the MIT License.