Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Shougo/ddu.vim
Dark deno-powered UI framework for Vim/NeoVim
https://github.com/Shougo/ddu.vim
ddu-vim fuzzy-finder neovim user-interface vim vim-denops
Last synced: 4 days ago
JSON representation
Dark deno-powered UI framework for Vim/NeoVim
- Host: GitHub
- URL: https://github.com/Shougo/ddu.vim
- Owner: Shougo
- License: mit
- Created: 2021-06-04T00:22:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T09:25:49.000Z (19 days ago)
- Last Synced: 2024-10-29T20:00:44.801Z (5 days ago)
- Topics: ddu-vim, fuzzy-finder, neovim, user-interface, vim, vim-denops
- Language: TypeScript
- Homepage:
- Size: 668 KB
- Stars: 295
- Watchers: 7
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ddu.vim
> Dark deno-powered UI framework for NeoVim/Vim
If you don't want to configure plugins, you don't have to use the plugin. It
does not work with zero configuration. You can use other plugins.[![Doc](https://img.shields.io/badge/doc-%3Ah%20ddu-orange.svg)](doc/ddu.txt)
Please read [help](doc/ddu.txt) for details.
NOTE: I have created
[Japanese article](https://zenn.dev/shougo/articles/ddu-vim-beta) for ddu.vim.Ddu is the abbreviation of "dark deno-powered UI". It provides an extensible and
asynchronous UI framework for NeoVim/Vim.The development is supported by
[github sponsors](https://github.com/sponsors/Shougo/). Thank you!- [Introduction](#introduction)
- [Screenshots](#screenshots)
- [Install](#install)## Introduction
I have chosen denops.vim framework to create new plugin. Because denops.vim is
better than NeoVim Python interface.- Easy to setup
- Minimal dependency
- Stability
- NeoVim/Vim compatibility
- Speed
- Library
- Easy to hack## Screenshots
Please see: https://github.com/Shougo/ddu.vim/issues/10
![ddu.vim](https://user-images.githubusercontent.com/41495/154783539-469f773a-ab05-437e-9827-9cc6d1444f80.png)
## Install
**NOTE:** Ddu.vim requires NeoVim (0.8.0+ and of course, **latest** is
recommended) or Vim 9.0.1276+. See [requirements](#requirements) if you aren't
sure whether you have this.### Requirements
Please install both Deno 1.45+ and "denops.vim" v7.0+.
-
-**NOTE:** Ddu.vim does not include any extra plugins. You must install them you
want manually. You can search ddu plugins from
[here](https://github.com/topics/ddu-vim).