Files
vim-thematic/autoload/leaderf/thematic.vim
2020-09-23 21:01:39 +03:00

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 "}}}