/completor-swift

Swift code completion for completor.vim

Primary LanguagePython

completor-swift

Swift code completion for completor.vim.

Install

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

Tips

Use <TAB> To jump to placeholder:

imap <buffer> <tab>  <Plug>CompletorSwiftJumpToPlaceholder
map  <buffer> <tab>  <Plug>CompletorSwiftJumpToPlaceholder