vcvars.vim is a Vim plugin to retrieve the PATH, INCLUDE, LIB, and LIBPATH environment variables for the specified version of Visual C++.
Plugin 'hattya/vcvars.vim'
Plug 'hattya/vcvars.vim'
call dein#add('hattya/vcvars.vim')
- Vim 8.0+
- Visual Studio 2010+
vcvars.vim uses themis.vim for testing.
$ cd /path/to/vcvars.vim
$ git clone https://github.com/thinca/vim-themis
$ ./vim-themis/bin/themis
vcvars.vim is distributed under the terms of the MIT License.