Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# - Using Vim as Primary Editor [closed]

Tags:

c#

vim

I've drunk the kool aid. Vim is elegantly beautiful, and I must learn how to use it and configure it to have a great compiler. Tis the best way to learn.

The question is, where do I start? Is there a good tutorial which teaches Vim for C# in Linux, yet one which assumes that you know next to nothing about Vi in general?

Massive kudos to anyone who can supply this one. Seriously.

like image 542
zeboidlund Avatar asked Aug 04 '11 09:08

zeboidlund


2 Answers

Look into these

  1. http://kevin-berridge.blogspot.com/2008/09/vim-c-compiling.html
  2. http://lostechies.com/derickbailey/2010/04/23/using-vim-as-your-c-code-editor-from-visual-studio/
like image 147
Kracekumar Avatar answered Oct 24 '22 10:10

Kracekumar


I've used the following instructions to set up vim for C#/mono in the past successfully:

http://arun.wordpress.com/2009/04/10/c-and-vim/

Vim is actually quite good for c#. Even does basic completion!

Edit: The original link was dead, replaced with a wayback machine copy.

like image 21
Deleted Avatar answered Oct 24 '22 09:10

Deleted