:smile: A Vim plugin with a :Smile command.
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
.
git clone https://github.com/dstein64/vim-smile ~/.vim/pack/plugins/start/vim-smile
Vundle:Plugin 'dstein64/vim-smile'
to ~/.vimrc
:PluginInstall
or $ vim +PluginInstall +qall
git clone --depth=1 https://github.com/dstein64/vim-smile ~/.vim/bundle/vim-smile
vim-plug:Plug 'dstein64/vim-smile'
to ~/.vimrc
:PlugInstall
or $ vim +PlugInstall +qall
call dein#add('dstein64/vim-smile')
to ~/.vimrc
:call dein#install()
NeoBundle:NeoBundle 'dstein64/vim-smile'
to ~/.vimrc
:source ~/.vimrc
vim-smile
with the :Smile
command.The source code has an MIT License.
See LICENSE.