Skip to content

Instantly share code, notes, and snippets.

View hrsh7th's full-sized avatar
🌴
Super busy now. Thank you for sponsors!

hrsh7th hrsh7th

🌴
Super busy now. Thank you for sponsors!
View GitHub Profile
let s:save_cpo = &cpo
set cpo&vim
function! unite#sources#my_file_rec#define()
return s:source
endfunction
let s:source = {
\ 'name': 'my/file_rec',
\ 'description': 'my files.'