Skip to content

A very minimal start screen for neovim which displays a random quote.

License

Notifications You must be signed in to change notification settings

kungfusheep/randomquote.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

randomquote.nvim

A simple and super minimal neovim startup screen plugin that displays a random quote from api.quotable.io.

Features

  • Super minimalistic, calming opening screen.
  • Random quote from api.quotable.io.
  • No dependencies.
  • Provides a command to jump into the startup screen at any time.

Installation

You can install the plugin using your preferred package manager, below is an example using Lazy:

{
    "kungfusheep/randomquote.nvim",
    event = "VimEnter",
    config = function()
        require("randomquote").setup()
    end
},

Configuration

You can configure the plugin using the setup function. The configuration is currently limited to being able to set the key to close the startup screen manually.

require("randomquote").setup({
    close_key = "q", -- Key to close the startup screen manually
})

Usage

The plugin is automatically triggered on startup. You can also manually trigger it using the :RandomQuote command.

License

This plugin is released under the MIT License.

About

A very minimal start screen for neovim which displays a random quote.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages