Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.
/ acp Public archive

acp was a fork of the vim plugin autocomplpop (2.14.1) - I've switched to a new neovim setup and no longer maintain this

Notifications You must be signed in to change notification settings

eikenb/acp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACP

ACP is a fork of autocomplpop 2.14.1. I liked the auto-completion feature and preferred the much simpler code of autocomplpop to the alternatives. But it seemed like it was no longer supported and was structured in a monolithic way that made it hard to extend.

This fork is to provide continued support and to refactor the code to make it easier to extend.

Howto add new omni-completions

To add support for a new language, normally to add omni completion, you need to add 2 files. An autoloaded file and a filetype plugin. The autoload file provides the logic and the ftplugin sets the defaults and calls the autoload function to setup completion for that filetype.

I've commented a few of the files more thoroughly to work as an example. Any of the files work as examples as they are all pretty simple. But for more comments see; ./ftplugin/perl.vim, ./autoload/acp/perl.vim and ./autoload/acp/css.vim.

About

acp was a fork of the vim plugin autocomplpop (2.14.1) - I've switched to a new neovim setup and no longer maintain this

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published