carlitux / denite.nvim

:dragon: Dark powered asynchronous unite all interfaces for Neovim/Vim8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Join the chat at https://gitter.im/Shougo/denite.nvim

Denite.nvim is a dark powered for Neovim/Vim unite all interfaces. It resolves unite.vim problems. It is 10 times faster than unite.vim.

Requirements

denite requires Neovim or Vim8.0+ with if_python3. If :echo has("python3") returns 1, then you're done; otherwise, see below.

You can enable Python3 interface with pip:

pip3 install neovim

If you want to read the Neovim-python/python3 interface install documentation, you should read :help provider-python.

Future works (not implemented yet)

  • source completion support: completion(args, arglead)

  • matcher_hide_hidden_files

  • quickmatch feature

  • file and file/new source

  • live grep feature

  • narrow action

  • -no-split, -tab option

About

:dragon: Dark powered asynchronous unite all interfaces for Neovim/Vim8

License:Other


Languages

Language:Python 83.3%Language:Vim Script 10.0%Language:Makefile 3.4%Language:Batchfile 3.3%