Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dstein64/vim-smile
- Owner: dstein64
- License: mit
- Created: 2020-04-30T01:32:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T15:57:39.000Z (8 months ago)
- Last Synced: 2024-10-23T03:28:57.411Z (27 days ago)
- Topics: neovim, smile, vim, vimscript
- Language: Vim Script
- Homepage:
- Size: 1000 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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