Swift code completion for completor.vim.
Install completor.vim first.
For vim-plug
Plug 'maralla/completor-swift'
To enable swift completion, swift3 should be installed. Then go to the root directory of completor-swift and run:
make
Use <TAB>
To jump to placeholder:
imap <buffer> <tab> <Plug>CompletorSwiftJumpToPlaceholder
map <buffer> <tab> <Plug>CompletorSwiftJumpToPlaceholder