cfparser.vim: A codeforces plugin for vim

Revision en2, by gabrielsimoes, 2016-10-04 04:04:29

I have moved from emacs to vim, so I have decided to port gnull's cfparser to vimscript. The result is here.

As gnull's plugin, cfparser.vim can:

  • Submit solutions
  • Download tests
  • Run solution with sample tests
  • Keep your login through cookies
  • Open problem statements
  • Only dependency is curl (and bash, diff and gcc for testing solution)

You can install it with your favorite vim plugin manager, and setup as explained at the project repository:

cfparser.vim

Tags vim, parser, plugin, codeforces

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English gabrielsimoes 2016-10-04 04:04:29 81 Added dependencies
en1 English gabrielsimoes 2016-10-03 23:34:05 563 Initial revision (published)