Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 933 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 933 Bytes

vim-caplet

Vim syntax for Bettercap's Caplets.

Installation

Pathogen

Set up Pathogen then clone/submodule this repo into ~/.vim/bundle/vim-caplet, or wherever you've pointed your Pathogen.

Vundle

Set up Vundle then add Plugin 'mvrilo/vim-caplet' to your vimrc and run :PluginInstall from a fresh vim.

vim-plug

Set up 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 and then clone/submodule this repo into ~/.janus and restart vim.

Contributing

Contributions are very welcome! Just open a PR.