项目作者: dstein64

项目描述 :
:smile: A Vim plugin with a :Smile command.
高级语言: Vim script
项目地址: git://github.com/dstein64/vim-smile.git
创建时间: 2020-04-30T01:32:53Z
项目社区:https://github.com/dstein64/vim-smile

开源协议:MIT License

下载


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.