Skip to content

first attempt at writing a plugin for neovim and at writing some lua ... that's not pretty but that's a start ...

License

Notifications You must be signed in to change notification settings

leojpod/gitstandup.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitstandup.vim

This is a simple Neovim plugin to print stuff when nvim is starting up.

Pre-requirements

As this plugin will kind you remember, it needs to have access to an existing git standup to work with. If you don't have any install, this plugin will show you how to install it and quit.

Installation

NeoBundle

An example of how to load this plugin in NeoBundle:

" Required:
call neobundle#begin(expand('~/.vim/bundle/'))

    " Let NeoBundle manage NeoBundle
    " Required:
    NeoBundleFetch 'leojpod/gitstandup.vim'

    " You probably have a number of other plugins listed here.

    " Add this line to make your new plugin load, assuming you haven't renamed it.
    NeoBundle 'gitstandup.vim'
call neobundle#end()

For full disclosure, I use Plug in my config so I not quite sure of the veracity of this NeoBundle installation.

vim-plug

An example of how to load this plugin using vim-plug:

Plug 'leojpod/gitstandup.vim'

After running :PlugInstall, the files should appear in your ~/.config/nvim/plugged directory (or whatever path you have configured for plugins).

How to use it

This plugin is still pretty new and might be extended later on. At the moment it supports only one command: :Gstandup which takes an optional parameter specifying how many days back (the -d option from git-standup) you would like to fetch for your commits.

Example

asciicast

About

first attempt at writing a plugin for neovim and at writing some lua ... that's not pretty but that's a start ...

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published