Skip to content

mpnowacki/vim-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Clone the repository and update submodules

git clone git@github.com:mpnowacki/vim-config.git ~/.vim
cd ~/.vim && git submodule update --init --recursive

See installation instructions for your OS.

On my mac I do it like this (if you want to use --gocode-completer flag you have to have go installed):

brew install --with-clang llvm # use your OS package manager
cd ~/.vim/bundle/YouCompleteMe && ./install.sh --clang-completer --gocode-completer

Using with virtualenv:

So far I only figured one easy way: PYTHONPATH=/path/to/virtualenv/lib/pythonX.Y/site-packages/ vim

when started this way, jedi will see the packages in your virtualenv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%