Skip to content

vim-scripts/contextcomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

contextcomplete

contextcomplete is a plugin that decides what kind of insert completion to use based on the text that is before the cursor. This is triggered by a key which is customizable by the user. Regexes are used to determine which type of completion is used, which can also be defined by the user.

Installation

If you don't have any other preferred installation method, I recommend using pathogen. Then, all you have to do is cd ~/.vim/bundle and do git clone https://github.com/4Evergreen4/vim-contextcomplete.git

Options

See doc/contextcomplete.txt.

Credits

Thank you to bairu for helping me debug and write this plugin.

License

contextcomplete is distributed under the same terms as Vim itself. See :help license

About

Plugin which decides which type of insert completion to use based on context

Resources

Stars

Watchers

Forks

Packages

No packages published