Skip to content

bohrshaw/YouCompleteMe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouCompleteMe: a code-completion engine for Vim

This is an unofficial RELEASE repository of YouCompleteMe. You don't need to build it anymore. Just bundle this, and it's done!

Installation

As for a release repository, you may clone it like this: (no submodules)

git clone --depth 1 git://github.com/bohrshaw/YouCompleteMe.git

I will rebase to the upstream every time I rebuilding it. So you may update like this:

git fetch; git reset --hard origin/HEAD

Notes

  • Only 32-bit Linux and Windows are supported.
  • The Clang-based completion engine is not built.
  • This repository may sometimes be outdated.

About

A code-completion engine for Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.0%
  • Vim Script 6.0%