Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mopp/makecomp.vim
- Owner: mopp
- Created: 2014-02-15T12:50:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-19T13:42:13.000Z (almost 11 years ago)
- Last Synced: 2024-05-02T00:21:55.001Z (9 months ago)
- Language: VimL
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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' } ] } }
```