A vim plugin to insert swift documentation markup template for a given function.
See it in action: https://www.youtube.com/watch?v=BTT013xc978
Uses https://github.com/aciidb0mb3r/SwiftMarkupGen to generate the template.
- Place cursor on any swift method.
- Run command
:SwiftDoc
-
Install SwiftMarkupGen from https://github.com/aciidb0mb3r/SwiftMarkupGen
-
Use your plugin manager of choice.
- Pathogen
git clone https://github.com/aciidb0mb3r/SwiftDoc.vim ~/.vim/bundle/PLUGIN-NAME
- Vundle
- Add
Bundle 'https://github.com/aciidb0mb3r/SwiftDoc.vim'
to .vimrc - Run
:BundleInstall
- Add
- NeoBundle
- Add
NeoBundle 'https://github.com/aciidb0mb3r/SwiftDoc.vim'
to .vimrc - Run
:NeoBundleInstall
- Add
- vim-plug
- Add
Plug 'https://github.com/aciidb0mb3r/SwiftDoc.vim'
to .vimrc - Run
:PlugInstall
- Add