Vim plugin for generating pseudo-random numbers.
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
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.
Copyright (c) 2018 Karl Fleischmann.
Distributed under the same terms as Vim itself. See :help license.