Skip to content
forked from Shougo/ddc.vim

Dark deno-powered completion framework for neovim/Vim

License

Notifications You must be signed in to change notification settings

4513ECHO/ddc.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddc.vim

Dark deno-powered completion 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

Please read help for details.

Ddc is the abbreviation of "dark deno-powered completion". It provides an extensible and asynchronous completion framework for neovim/Vim.

NOTE: I have created Japanese article for ddc.vim. After that I have created the next article Japanese article for both ddc.vim and pum.vim recently. You can read them by translation service.

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

Screenshots

Please see: Shougo#32

nvim-lsp

command line completion

Install

NOTE: Ddc.vim requires Neovim (0.8.0+ and of course, latest is recommended) or Vim 9.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: Ddc.vim does not include any UIs, sources and filters. You must install them which you want manually. You can search ddc plugins(sources and filters) from here.

About

Dark deno-powered completion framework for neovim/Vim

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.9%
  • Vim Script 14.7%
  • Other 0.4%