Some extra sources for denite.nvim.
Related projects:
- denite-git git log, status and changed lines source for denite.nvim
- ultisnips ultisnips fork with denite.nvim support
- redismru.vim support redismru source of denite.nvim
- todoapp.vim support todo source of denite.nvim
- macnote.vim support note source of denite.nvim
Take vim-plug for example, add:
Plug 'Shougo/denite.nvim'
Plug 'chemzqm/denite-extra'
To your .vimrc
and run PlugInstall
and UpdateRemotePlugins
after
restarted.
Note: denite.nvim requires python3+
so make sure has('python3')
return true, and run:
pip3 install neovim
before you install any neovim remote plugin.
Run :CheckHealth
if you get any problem.
Note: tabopen
action of this source is for iTerm2
tab, which is Mac only.
session
: for manage vim sessionproject
: for manage local projectscommands
: for manage vim commandslocation_list
: for manage vim location listquickfix
: for manage vim quickfix listhistory
: for manage vim history
load
default actiondelete
remove selected session
open
open denite file_rec of selected projecttabopen
open selected project directory in new iTerm2 tab (Mac only)
execute
execute selected commandedit
edit selected command
Actions of file
kind
cc
run:cc
command with selected targetquickfix
create new quickfix list with selected targets
execute
execute selected command/searchfeedkeys
feedkeys to command line