Quote Originally Posted by Ñuño Martínez View Post
I did create my own color schema to be the same than good old Borland Turbo IDEs. That and setting a few odd edition stuff (show special characters, use two different back-up files...). That's all I did.

Didn't test your code yet.
Code:
:colorscheme borland


If you want to I can try to tidy up my vimrc and post it here on the forums somewhere, or put it on github - either way is ok.
What I can do with my vim settings:
  • Automatic insertion of 'header' in files (comment etc). Customized by filetype
  • Code completion - Provided by NeoComplete (plugin).
  • Browse tags with a keypress (actually Three ',tt')
  • Jump between declaration and implementation
  • Code generation for class procedures/functions/constructors/destructors
  • Extensive (ab)use of snippets
  • Build project (debug or release is set by a command)
  • Debug using Pyclewn and GDB
  • Send emails (Yeah, really )
  • Generate build scripts (really stupid at the moment, need improvements)
  • Calltips (also really stupid at the moment, but it's a WIP)


Most of it is written in hackish python, with some extra lines of vimscript to spice it up.