kgonzales87 / VsVim

Vim Emulator Plugin for Visual Studio 2010+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to VsVim

All code in this project is covered under the Apache 2 license a copy of which is available in the same directory under the name License.txt.

AppVeyor Status: Build status

Building

  1. Install the Visual Studio SDK
  2. Open the Solution VsVim.sln
  3. Build

VsVim.sln will work with any version of Visual Studio since 2010. The SKU must be professional or higher due to the use of VSIX projects.

Branching Structure

  • master: Stable branch
  • staging: Used for releasing new versions
  • fixes*: Both short and long term fixes
  • dead*: Branches which will never integrate with master again.

About

Vim Emulator Plugin for Visual Studio 2010+

License:Other


Languages

Language:C# 67.8%Language:F# 31.9%Language:PowerShell 0.3%