https://github.com/d2verb/vim-mankey
vim plugin for monkey langauge
https://github.com/d2verb/vim-mankey
Last synced: 5 months ago
JSON representation
vim plugin for monkey langauge
- Host: GitHub
- URL: https://github.com/d2verb/vim-mankey
- Owner: d2verb
- Created: 2019-06-23T07:55:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T13:48:50.000Z (almost 7 years ago)
- Last Synced: 2025-06-05T04:44:37.105Z (about 1 year ago)
- Language: Vim script
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vim-mankey
vim plugin for mankey language
[Mankey](https://github.com/d2verb/mankey)
## Installation
### vim-plug
Add following line to your `.vimrc` and do `:PlugInstall`
```
Plug 'd2verb/vim-mankey'
```
## Notes
- This plugin is heavily inspired from [vim-v](https://github.com/lcolaholicl/vim-v).