Skip to content

keith/sourcekitten.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sourcekitten.vim

This is an experimental vim plugin which uses sourcekitten to live highlight swift code.

Issues

  • It's horribly slow. This could possible be resolved by moving from byte movements to calculating line number and positions in python
  • matchaddpos() conflicts with cursorline in 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

About

An experimental swift highlighting plugin for vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors