mirror of
https://github.com/preservim/vim-thematic.git
synced 2025-11-16 13:53:50 -05:00
Add support for leaderf
This commit is contained in:
committed by
Caleb Maclennan
parent
66dc16eb8d
commit
9ef9d29705
7
autoload/leaderf/thematic.vim
Normal file
7
autoload/leaderf/thematic.vim
Normal 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 "}}}
|
||||
Reference in New Issue
Block a user