Skip to content

🐉 Dark powered asynchronous unite all interfaces for neovim

License

Notifications You must be signed in to change notification settings

lambdalisue/denite.nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 kind support

  • source completion support: completion(args, arglead)

  • matcher_hide_hidden_files

  • quickmatch feature

  • multiple candidates select

  • file and file/new source

  • live grep feature

  • restart feature

  • narrow action

  • -no-split, -tab option

About

🐉 Dark powered asynchronous unite all interfaces for neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Python 82.2%
  • Vim Script 10.7%
  • Makefile 3.6%
  • Batchfile 3.5%