Skip to content

Kotaro7750/denite-clipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

denite-clipy

denite-clipy is denite extension which makes it easier to paste snippet from any directory.

setting

set these variables in your vimscript.

name type description
g:clipy_root string specify directory of your snippet
g:clipy_filetype list specify filetype of your snippet
"example
let g:clipy_root = expand("~/snippet")
let g:clipy_filetype = {'cpp':['hpp','cpp'],'python':['py']}

When you set like above and edit cpp file, :Denite clipy command shows ~/snippet/**/*.(hpp|cpp).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages