mirror of
https://github.com/preservim/vim-thematic.git
synced 2025-11-15 05:13:49 -05:00
8 lines
205 B
VimL
8 lines
205 B
VimL
function! leaderf#thematic#source(args) abort "{{{
|
|
return keys(g:thematic#themes)
|
|
endfunction "}}}
|
|
|
|
function! leaderf#thematic#accept(line, args) abort "{{{
|
|
execute 'Thematic ' . a:line
|
|
endfunction "}}}
|