Skip to content

Clivern/quote.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quote Neovim Plugin

A neovim plugin to show a daily quote.

Installation

  1. Install it via your favorite package manager.
-- lazy.nvim
{
    "clivern/quote.nvim",
    dependencies = {
        "nvim-lua/plenary.nvim",
    }
},
  1. Setup the plugin in your init.lua and provide the opts as below
require("quote").setup({
    site = "zenquotes",
})

Usage

The plugin provide a command :Quote to print the message

Contributing

Contributions are welcome! If you have ideas for new features or improvements, feel free to open an issue or submit a pull request.

License

This plugin is licensed under the MIT License.

About

A Neovim Plugin to Show a Daily Quote.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published