Skip to content

exvim/ex-autocomplpop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

Auto complete text when you are writing code.

This repository for the vim-autocomplpop in bitbucket, but the vim-autocomplpop also require another plugin vim-l9. What I do is merge these two plugin together in this repository for easy installation.

Requirements

  • Vim 6.0 or higher.

Installation

This plugin follows the standard runtime path structure, and as such it can be installed with a variety of plugin managers:

To install using Vundle:

# add this line to your .vimrc file
Bundle 'exvim/ex-autocomplpop'

To install using Pathogen:

cd ~/.vim/bundle
git clone https://github.com/exvim/ex-autocomplpop

To install using NeoBundle:

# add this line to your .vimrc file
NeoBundle 'exvim/ex-autocomplpop'

Download zip file:

cd ~/.vim
unzip ex-autocomplpop-master.zip
copy all of the files into your ~/.vim directory

Releases

No releases published

Packages

No packages published