/vim-smile

A Vim plugin with a :Smile command.

Primary LanguageVim ScriptMIT LicenseMIT

build

vim-smile

vim-smile is a Vim plugin that provides a :Smile command. This is an alternative for when vim's built-in :smile command is unavailable (e.g., neovim, vim<7.4.1005).

Installation

A package manager can be used to install vim-smile.

Examples
  • Vim8 packages:
    • git clone https://github.com/dstein64/vim-smile ~/.vim/pack/plugins/start/vim-smile
  • Vundle:
    • Add Plugin 'dstein64/vim-smile' to ~/.vimrc
    • :PluginInstall or $ vim +PluginInstall +qall
  • Pathogen:
    • git clone --depth=1 https://github.com/dstein64/vim-smile ~/.vim/bundle/vim-smile
  • vim-plug:
    • Add Plug 'dstein64/vim-smile' to ~/.vimrc
    • :PlugInstall or $ vim +PlugInstall +qall
  • dein.vim:
    • Add call dein#add('dstein64/vim-smile') to ~/.vimrc
    • :call dein#install()
  • NeoBundle:
    • Add NeoBundle 'dstein64/vim-smile' to ~/.vimrc
    • Re-open vim or execute :source ~/.vimrc

Usage

  • Run vim-smile with the :Smile command.

License

The source code has an MIT License.

See LICENSE.