Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mopp/makecomp.vim

This is Vim Plugin for complement to :make argument.
https://github.com/mopp/makecomp.vim

Last synced: 2 days ago
JSON representation

This is Vim Plugin for complement to :make argument.

Awesome Lists containing this project

README

        

## makecomp.vim
This is Vim Plugin for complement to :make argument.

## installation
```vim
NeoBundleLazy 'mopp/makecomp.vim', { 'autoload' : { 'commands' : [ { 'name' : 'Make', 'complete' : 'customlist,makecomp#get_make_argument' } ] } }
```