Awesome
vim-swift
This is the repository for a new Swift plugin for Vim that aims to match Xcode in its level of detail and quality of highlighting.
The colourscheme used in this screenshot is vim-colors-xcode.
Options
g:swiftHighlightIdents
: defaults to0
, set to1
to highlight user identifiers. This is off by default because Xcode doesn’t highlight as many identifiers as this does, and I personally find the extra colours overwhelming.
Roadmap
- Indentation
- Highlight enum case definitions
- Highlight string interpolation delimiters
- Allow all Swift syntax groups in string interpolations