14 lines
426 B
Plaintext
14 lines
426 B
Plaintext
" XXX: rewrite generic path
|
|
call themis#option('runtimepath', expand('~/Repository/repl.vim'))
|
|
|
|
" Add dependency
|
|
call themis#option('runtimepath', expand('~/.vim/bundle/vimproc.vim'))
|
|
call themis#option('runtimepath', expand('~/.vim/bundle/vimshell.vim'))
|
|
|
|
" Util Functions
|
|
function! UnletReplUserVariables() abort
|
|
unlet! g:repl_filetype_repl
|
|
unlet! g:repl_no_default_keymappings
|
|
unlet! g:repl_split_command
|
|
endfunction
|