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
loaddefault actiondeleteremove selected session
openopen denite file_rec of selected projecttabopenopen selected project directory in new iTerm2 tab (Mac only)
executeexecute selected commandeditedit selected command
Actions of file kind
ccrun:cccommand with selected targetquickfixcreate new quickfix list with selected targets
executeexecute selected command/searchfeedkeysfeedkeys to command line