Ⅰ. 插件描述
extra useful sources for denite.nvimⅡ. 基本信息
|
Ⅲ. 安装方法
使用Vundle管理器安装
在你的.vimrc下添加:Plugin 'chemzqm/denite-extra'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall
对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。
使用NeoBundle管理器安装
在你的.vimrc下添加:NeoBundle 'chemzqm/denite-extra'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall
使用VimPlug管理器安装
在你的.vimrc下添加:Plug 'chemzqm/denite-extra'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall
使用Pathogen管理器安装
在终端中运行以下命令:cd ~/.vim/bundle
git clone https://github.com/chemzqm/denite-extra
Ⅳ. 文档说明
# Denite-extra
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
Install
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.
Sources
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
Actions
session
loaddefault actiondeleteremove selected session
project
openopen denite file_rec of selected projecttabopenopen selected project directory in new iTerm2 tab (Mac only)
commands
executeexecute selected commandeditedit selected command
location_list
Actions of file kind
quickfix
ccrun:cccommand with selected targetquickfixcreate new quickfix list with selected targets
history
executeexecute selected command/searchfeedkeysfeedkeys to command line