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
- Host: GitHub
- URL: https://github.com/maralla/completor-swift
- Owner: maralla
- Created: 2017-01-20T10:12:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-17T04:18:47.000Z (almost 5 years ago)
- Last Synced: 2023-08-02T05:51:19.731Z (over 2 years ago)
- Topics: code-completion, swift, vim-plugin
- Language: Python
- Size: 8.79 KB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```