https://github.com/4513echo/ddu-source-pypi_classifiers
🐍 PyPI classifiers source for ddu.vim
https://github.com/4513echo/ddu-source-pypi_classifiers
ddu-source ddu-vim
Last synced: 9 months ago
JSON representation
🐍 PyPI classifiers source for ddu.vim
- Host: GitHub
- URL: https://github.com/4513echo/ddu-source-pypi_classifiers
- Owner: 4513ECHO
- License: mit
- Created: 2023-05-16T07:01:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T06:07:07.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T12:11:09.997Z (about 1 year ago)
- Topics: ddu-source, ddu-vim
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ddu-source-pypi_classifiers
[PyPI classifiers](https://pypi.org/classifiers/) source for ddu.vim
This source collects classifiers used by PyPI.
Please read [help](doc/ddu-source-pypi_classifiers.txt) for details.
## Requirements
- [denops.vim](https://github.com/vim-denops/denops.vim)
- [ddu.vim](https://github.com/Shougo/ddu.vim)
- [ddu-kind-word](https://github.com/Shougo/ddu-kind-word)
## Configuration
```vim
" Use pypi_classifiers source.
call ddu#start({ 'sources': [{ 'name': 'pypi_classifiers' }] })
```