Skip to content

koturn/nvim-denite-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-denite-sample

Sample denite-source.

Usage

:Denite sample

Preview action is also available.

:Denite -auto-preview sample

Installation

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'
      \})

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'

Write following code to your .vimrc and execute :PlugInstall in your Vim.

Plug 'koturn/vim-denite-sample'

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.

About

Sample denite-source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages