Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.65 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.65 KB

ddu.vim

Dark deno-powered UI framework for Vim/Neovim

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

Please read help for details.

NOTE: I have created Japanese article for ddu.vim.

Ddu is the abbreviation of "dark deno-powered UI". It provides an extensible and asynchronous UI framework for Vim/Neovim.

The development is supported by github sponsors. Thank you!

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
  • Vim/Neovim compatibility
  • Speed
  • Library
  • Easy to hack

Screenshots

Please see: #10

ddu.vim

Install

NOTE: Ddu.vim requires Vim 9.0.1276+ or Neovim 0.10.0+. See 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.