Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocke/swift-ide-test-comp.vim
Omni completion for swift (Work on Linux!)
https://github.com/pocke/swift-ide-test-comp.vim
Last synced: 3 days ago
JSON representation
Omni completion for swift (Work on Linux!)
- Host: GitHub
- URL: https://github.com/pocke/swift-ide-test-comp.vim
- Owner: pocke
- Created: 2016-05-05T02:37:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-06T08:41:37.000Z (over 8 years ago)
- Last Synced: 2024-11-06T13:01:37.523Z (about 2 months ago)
- Language: VimL
- Homepage:
- Size: 1.95 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
swift-ide-test-comp.vim
===============Omni completion for Swift.
It works on Linux! :penguin:Installation
==========In your `.vimrc`
```vim
NeoBundle 'pocke/swift-ide-test-comp.vim'
```And `:NeoBundleInstall`
Dependencies
=========This plugin needs `swift-ide-test`.
Screen Shot
========![1462416852](https://cloud.githubusercontent.com/assets/4361134/15035071/24dce6f6-12b8-11e6-8651-db1fb367f02f.png)
![1462416702](https://cloud.githubusercontent.com/assets/4361134/15035076/2e2ff838-12b8-11e6-82ae-b4f376d5fa47.png)
License
=======These codes are licensed under CC0.
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png "CC0")](http://creativecommons.org/publicdomain/zero/1.0/deed.en)
Links
=====- [swiftをubuntuでコード補完・シンタックスカラーリングしてみる - Qiita](http://qiita.com/musou1500/items/4f754269c24e39ddafa2)