An open API service indexing awesome lists of open source software.

https://github.com/maralla/completor-swift

Swift code completion for completor.vim
https://github.com/maralla/completor-swift

code-completion swift vim-plugin

Last synced: 10 months ago
JSON representation

Swift code completion for completor.vim

Awesome Lists containing this project

README

          

completor-swift
===============

Swift code completion for [completor.vim](https://github.com/maralla/completor.vim.git).

Install
-------

[Install completor.vim](https://github.com/maralla/completor.vim#install) first.

For [vim-plug](https://github.com/junegunn/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:

```bash
make
```

Tips
----

Use `` To jump to placeholder:

```vim
imap CompletorSwiftJumpToPlaceholder
map CompletorSwiftJumpToPlaceholder
```