Skip to content

haya14busa/vim-auto-programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-auto-programming

vim-auto-programming provides statistical whole lines completions for git projects. It's inspired by hitode909/atom-auto-programming.

It's like i_CTRL-X_CTRL-L and i_CTRL-X_CTRL-K but powered by git grep.

demo

demo_keyword_compl.gif (914×766)

How To Use

set completefunc=autoprogramming#complete

Write some code and run <C-x><C-u> or something to invoke autoprogramming#complete manually. You will get candidates of next line of the code.

For example, when you type impo, the code you want to get is import (, and you might want to insert next line as "fmt".

Requirements

  • Only git projects are supported.

About

Provide statistical complements for git project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published