https://github.com/mvrilo/vim-caplet
Vim syntax for Bettercap's Caplets.
https://github.com/mvrilo/vim-caplet
bettercap caplet vim vim-syntax
Last synced: 12 months ago
JSON representation
Vim syntax for Bettercap's Caplets.
- Host: GitHub
- URL: https://github.com/mvrilo/vim-caplet
- Owner: mvrilo
- License: mit
- Created: 2018-03-21T10:49:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T10:51:32.000Z (about 8 years ago)
- Last Synced: 2025-03-26T19:02:15.169Z (about 1 year ago)
- Topics: bettercap, caplet, vim, vim-syntax
- Language: Vim script
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-caplet
Vim syntax for [Bettercap](https://github.com/bettercap/bettercap)'s [Caplets](https://github.com/bettercap/caplets).
## Installation
### Pathogen
Set up [Pathogen](https://github.com/tpope/vim-pathogen) then clone/submodule this repo into `~/.vim/bundle/vim-caplet`, or wherever you've pointed your Pathogen.
### Vundle
Set up [Vundle](https://github.com/VundleVim/Vundle.vim) then add `Plugin 'mvrilo/vim-caplet'` to your vimrc and run `:PluginInstall` from a fresh vim.
### vim-plug
Set up [vim-plug](https://github.com/junegunn/vim-plug). In your .vimrc, between the lines for `call plug#begin()` and `call plug#end()`, add the line `Plug 'mvrilo/vim-caplet'`. Then run `:PlugInstall` from a fresh vim instance.
### Janus
Set up [Janus](https://github.com/carlhuda/janus) and then clone/submodule this repo into `~/.janus` and restart vim.
## Contributing
Contributions are very welcome! Just open a PR.