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 months 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-12-27T01:09:37.000Z (about 9 years ago)
- Last Synced: 2025-02-25T18:32:19.209Z (about 1 year ago)
- Language: VimL
- Homepage:
- Size: 12.7 KB
- Stars: 369
- Watchers: 13
- 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`.