Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dstein64/vim-smile

A Vim plugin with a :Smile command.
https://github.com/dstein64/vim-smile

neovim smile vim vimscript

Last synced: 22 days ago
JSON representation

A Vim plugin with a :Smile command.

Awesome Lists containing this project

README

        

[![build][badge_thumbnail]][badge_link]

# 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][vim8pack]:
- `git clone https://github.com/dstein64/vim-smile ~/.vim/pack/plugins/start/vim-smile`
* [Vundle][vundle]:
- Add `Plugin 'dstein64/vim-smile'` to `~/.vimrc`
- `:PluginInstall` or `$ vim +PluginInstall +qall`
* [Pathogen][pathogen]:
- `git clone --depth=1 https://github.com/dstein64/vim-smile ~/.vim/bundle/vim-smile`
* [vim-plug][vimplug]:
- Add `Plug 'dstein64/vim-smile'` to `~/.vimrc`
- `:PlugInstall` or `$ vim +PlugInstall +qall`
* [dein.vim][dein]:
- Add `call dein#add('dstein64/vim-smile')` to `~/.vimrc`
- `:call dein#install()`
* [NeoBundle][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](https://en.wikipedia.org/wiki/MIT_License).

See [LICENSE](LICENSE).

[badge_link]: https://github.com/dstein64/vim-smile/actions/workflows/build.yml
[badge_thumbnail]: https://github.com/dstein64/vim-smile/actions/workflows/build.yml/badge.svg
[dein]: https://github.com/Shougo/dein.vim
[neobundle]: https://github.com/Shougo/neobundle.vim
[pathogen]: https://github.com/tpope/vim-pathogen
[vim8pack]: http://vimhelp.appspot.com/repeat.txt.html#packages
[vimplug]: https://github.com/junegunn/vim-plug
[vundle]: https://github.com/gmarik/vundle