This is an experimental vim plugin which uses sourcekitten to live highlight swift code.
- It's horribly slow. This could possible be resolved by moving from byte movements to calculating line number and positions in python
matchaddpos()conflicts withcursorlinein vim. I can't find anything on this but I believe it's a bug in vim.- It will never be fast with a single process. Using neovim makes this better.
- It doesn't currently highlight until you make changes
- It doesn't handle indentation