maralla / completor-swift

Swift code completion for completor.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Swift code completion for completor.vim


Languages

Language:Python 44.4%Language:Swift 39.6%Language:Vim Script 14.5%Language:Makefile 1.5%