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).
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 :PluginInstallor$ vim +PluginInstall +qall
- Add
- Pathogen:
git clone --depth=1 https://github.com/dstein64/vim-smile ~/.vim/bundle/vim-smile
- vim-plug:
- Add
Plug 'dstein64/vim-smile'to~/.vimrc :PlugInstallor$ vim +PlugInstall +qall
- Add
- dein.vim:
- Add
call dein#add('dstein64/vim-smile')to~/.vimrc :call dein#install()
- Add
- NeoBundle:
- Add
NeoBundle 'dstein64/vim-smile'to~/.vimrc - Re-open vim or execute
:source ~/.vimrc
- Add
- Run
vim-smilewith the:Smilecommand.
The source code has an MIT License.
See LICENSE.