Skip to content

tarsierscripter/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Put the file in stub (_vimrc for Windows, .vimrc for Unix) into your home directory.
This file points to this directory (.vim) so that everything works.

In order to get the plugins, you'll need to run the following git commands:

git submodule init
git submodule update

To get vimproc working, download the following:

http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/rubenvb/4.7.0-3/x86_64-w64-mingw32-gcc-4.7.0-3_rubenvb.7z/download
http://gnuwin32.sourceforge.net/downlinks/make.php

Install make, extract mingw to C:\mingw64

Now add ;C:\mingw64\bin\ to your PATH environment variable.

Open a new cmd.exe and cd to .vim\bundle\vimproc and run:

make -f make_mingw64.mak

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published