Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tennashi/ddu-source-make

This source collects make targets from Makefile.
https://github.com/tennashi/ddu-source-make

ddu-source ddu-vim

Last synced: 14 days ago
JSON representation

This source collects make targets from Makefile.

Awesome Lists containing this project

README

        

# ddu-source-make
`make` source for `ddu.vim`

This source collects make targets from Makefile.

# Required
* [vim-denops/denops.vim](https://github.com/vim-denops/denops.vim)
* [Shougo/ddu.vim](https://github.com/Shougo/ddu.vim)
* [tennashi/ddu-kind-extcmd](https://github.com/tennashi/ddu-kind-extcmd)

# Example

```vim
" Use make source.
call ddu#start({'sources': [{'name': 'make'}]})
```