Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toyamarinyon/vim-swift
Adds Swift support to vim. It covers syntax, intenting, and more.
https://github.com/toyamarinyon/vim-swift
Last synced: 9 days ago
JSON representation
Adds Swift support to vim. It covers syntax, intenting, and more.
- Host: GitHub
- URL: https://github.com/toyamarinyon/vim-swift
- Owner: toyamarinyon
- Created: 2014-06-03T02:42:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-27T01:09:37.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T19:31:24.137Z (3 months ago)
- Language: VimL
- Homepage:
- Size: 12.7 KB
- Stars: 370
- Watchers: 14
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-swift-cn - vim-swift - adds Swift support to vim. It covers syntax, indenting, and more. (Editor Support / Vim)
README
**vim-swift**
=================Description
-----------------This project adds [Swift] support to vim. It covers syntax,
indenting, and more.[Swift]: https://developer.apple.com/swift/
## Installation
### Manually
1. Put all files under $VIM.### Pathogen
1. If you prefer to install plugins using [Pathogen.vim](https://github.com/tpope/vim-pathogen).
cd ~/.vim/bundle
git clone git://github.com/toyamarinyon/vim-swift.git### NeoBundle (Recommended)
1. Add the following configuration to your `.vimrc`.NeoBundle 'toyamarinyon/vim-swift'
2. Install with `:NeoBundleInstall`.