Skip to content

afwlehmann/vim-goobook

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Email address completion using goobook

This is a vim plugin to support email address completion by making use of goobook to query Google Contacts for managed email addresses.

Note that this plugin is heavily based on the original gist by Matthew Horan.

Configuration

For most users, the default configuration should work just fine; however, global variables can be used to change a few things here and there.

g:goobookrc can be used to tell the plugin to invoke goobook with a custom configuration file (i.e. specifying the -c flag):

let g:goobookrc = '~/.goobookrc.account1'

g:goobookprg (or its buffer variant b:goobookprg) can instead be used to tell the plugin to invoke a completely different program than goobook (of course you might want to set this to the name of a program with compatible output, like aadbook for querying Azure AD contacts):

let g:goobookprg = 'aadbook'

Authors

About

vim email address completion via goobook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published