Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.

fleischie/vim-rando

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

vim-rando

Vim plugin for generating pseudo-random numbers.

Table of Contents

Installation

See the documentation for the specific vim package manager for details on how to install packages for vim.

Install via Vundle

Add to vimrc:

Plugin 'fleischie/vim-rando'

Install via:

:so ~/.vimrc
:PluginInstall

Install via vim-plug

Add to vimrc:

Plug 'fleischie/vim-rando', { 'branch': 'main' }

Install via:

:so ~/.vimrc
:PlugInstall

Install via pathogen

Run:

git clone https://github.com/fleischie/vim-rando ~/.vim/bundle/vim-rando

Contributing

Contributions are very welcome. 🙇

Browse existing issues or create a new one here.

Submit pull requests here. This project uses the git flow model for development. Please base your feature branch on the develop branch and follow the code style convention used in the already existing files.

License

Copyright (c) 2018 Karl Fleischmann. Distributed under the same terms as Vim itself. See :help license.

About

Vim plugin for generating pseudo-random numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors