Skip to content

Need a pep talk while programming with NeoVim? This is the plugin for you!

License

Notifications You must be signed in to change notification settings

michaelstrefeler/peptalk.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

peptalk.nvim

Need a pep talk while programming with NeoVim? This is the plugin for you!

Get motivation right in NeoVim in the form of a message in a popup (and then get back to coding)!

Disclaimer : I found most of these "motivational message" online and do not claim to be the muse behind any of them.

Inspired by the Halls cough drops "A Pep Talk in Every Drop" campaign

Installation

{
  "michaelstrefeler/peptalk.nvim",
  opts = {
      messages_file = "path/to/your/messages.csv" -- Optional: override of messages file
      keymap = "<leader>mm" -- Default keymap
  }
}

Or, if you use one file per plugin (like me):

return {
  "michaelstrefeler/peptalk.nvim",
  opts = {
      messages_file = "path/to/your/messages.csv" -- Optional: override of messages file
      keymap = "<leader>mm" -- Default keymap
  }
}
use {
    'michaelstrefeler/peptalk.nvim',
    config = function()
        require('peptalk').setup()
    end
}
Plug 'michaelstrefeler/peptalk.nvim'

Usage

After installation:

  1. Run :PepTalk to print a motivational message (in a small window)
  2. Or use the keymap (by default <leader>mm)
  3. Return to coding invigorated by the motivational message that you just read!

About

Need a pep talk while programming with NeoVim? This is the plugin for you!

Topics

Resources

License

Stars

Watchers

Forks

Languages