hattya / vcvars.vim

A Vim plugin which works like vcvarsall.bat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vcvars.vim

vcvars.vim is a Vim plugin to retrieve the PATH, INCLUDE, LIB, and LIBPATH environment variables for the specified version of Visual C++.

image

image

image

image

image

Installation

Vundle

Plugin 'hattya/vcvars.vim'

vim-plug

Plug 'hattya/vcvars.vim'

dein.vim

call dein#add('hattya/vcvars.vim')

Requirements

  • Vim 8.0+
  • Visual Studio 2010+

Testing

vcvars.vim uses themis.vim for testing.

$ cd /path/to/vcvars.vim
$ git clone https://github.com/thinca/vim-themis
$ ./vim-themis/bin/themis

License

vcvars.vim is distributed under the terms of the MIT License.

About

A Vim plugin which works like vcvarsall.bat

License:MIT License


Languages

Language:Vim Script 100.0%