This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
repl.vim/test/.themisrc
2015-12-23 12:36:25 +09:00

13 lines
387 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_split_command
endfunction