Closed tyru closed 8 years ago
FYI, themis
command fails on my local machine...
I don't know this is a problem, just to tell you.
$ themis
Bail out! Error occurred in script loading.
# function vital#of(name) abort Line:4 (~/.vim/bundle/vim-themis/autoload/vital.vim)
# 4: throw 'vital: version file not found: ' . a:name
# vital: version file not found: vital
FYI, themis command fails on my local machine... I don't know this is a problem, just to tell you.
You need to create ~/.themisrc
like
call themis#option('runtimepath', expand('~/.vim/bundle/vimproc.vim'))
call themis#option('runtimepath', expand('~/.vim/bundle/vital.vim'))
Or apply --runtimepath
options to themis
command ;-)
Thanks for implementation. I pointed two things so please fix these ;-)
Okay. I will fix those for later.
I changed my mind. The default value of the option should be 1 while majority of people prefer to login I guess.
Okay :)
Fixed. Please confirm it.
LGTM. Could you add document?
Added.
Thanks a lot ;~) I'll add other documents later.
My pleasure!
Import default GitHub username from
git config github.user
if it is present. This PR can get rid of duplicate configuration in .vimrc and .gitconfig .