nvim-denite-sample
nvim-denite-sample copied to clipboard
Sample denite-source
vim-denite-sample
Sample denite-source.
Usage
:Denite sample
Preview action is also available.
:Denite -auto-preview sample
Installation
With dein.vim
Write following code to your .vimrc and execute :call dein#install() in
your Vim.
call dein#add('koturn/vim-denite-sample', {
\ 'on_source': 'denite.nvim'
\})
With NeoBundle
Write following code to your .vimrc and execute :NeoBundleInstall in your
Vim.
NeoBundle 'koturn/vim-denite-sample'
If you want to use :NeoBundleLazy, write following code in your .vimrc.
NeoBundle 'koturn/vim-denite-sample', {
\ 'on_source': 'denite.nvim'
\}
With Vundle
Write following code to your .vimrc and execute :PluginInstall in your Vim.
Plugin 'koturn/vim-denite-sample'
With vim-plug
Write following code to your .vimrc and execute :PlugInstall in your Vim.
Plug 'koturn/vim-denite-sample'
With vim-pathogen
Clone this repository to the package directory of pathogen.
$ git clone https://github.com/koturn/vim-denite-sample.git ~/.vim/bundle/vim-denite-sample
With packages feature
In the first, clone this repository to the package directory.
$ git clone https://github.com/koturn/vim-denite-sample.git ~/.vim/pack/koturn/opt/vim-denite-sample
Second, add following code to your .vimrc.
packadd vim-denite-sample
With manual
If you don't want to use plugin manager, put files and directories on
~/.vim/, or %HOME%/vimfiles/ on Windows.
Dependent plugins
Required
LICENSE
This software is released under the MIT License, see LICENSE.