Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tennashi/ddu-source-make
- Owner: tennashi
- Created: 2022-08-10T13:23:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T06:15:20.000Z (over 2 years ago)
- Last Synced: 2024-06-02T10:36:32.591Z (5 months ago)
- Topics: ddu-source, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'}]})
```