Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

A super simple, super minimal, super light-weight tab completion plugin for Vim.

Notifications You must be signed in to change notification settings

dahu/VimCompletesMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VimCompletesMe

A super simple, super minimal, super light-weight tab-completion plugin for Vim.

Without configuration, the Tab key will, depending on the context, offer:

With a b:vcm_tab_complete variable, you can set the Tab key to use the following type of completions:

VimCompletesMe will even switch to keyword completion if none of the above completions has any results. Simply hitting Tab again will switch the context to keyword completion.

You can set the b:vcm_tab_complete variable interactively, or in an autocommand:

autocmd FileType text,markdown let b:vcm_tab_complete = 'dict'

Striving for minimalism, this plugin weighs under 70 lines of code.

Installation

If you don't have a preferred installation method, I recommend installing pathogen.vim, and then simply copy and paste:

cd ~/.vim/bundle && git clone git://github.com/ajh17/VimCompletesMe.git

Once the helptags have been generated, see :h VimCompletesMe for usage.

Thanks

  • bairui for helping me with this plugin, and for the kickass name.
  • You for using it!

License

Copyright (c) Akshay Hegde. Distributed under the same terms as Vim itself. See :help license

About

A super simple, super minimal, super light-weight tab completion plugin for Vim.

Resources

Stars

Watchers

Forks

Packages

No packages published