Add support for leaderf

This commit is contained in:
Freed-Wu
2020-09-16 21:51:27 +08:00
committed by Caleb Maclennan
parent 66dc16eb8d
commit 9ef9d29705
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
function! leaderf#thematic#source(args) abort "{{{
return keys(g:thematic#themes)
endfunction "}}}
function! leaderf#thematic#accept(line, args) abort "{{{
execute 'Thematic ' . a:line
endfunction "}}}