Closed kjnh10 closed 5 years ago
起動直後は neosnippet がロードされていないからですね。仕様です。
neosnippet の設定をよく見てください。
多分、neosnippet の設定に on_source = 'unite.vim' が必要ですね。
読込順序がunite→neosnippetになってしまっていたからということですね。 lazy_dein.tomlを作成してuniteをそちらに移したら解決しました。
[[plugins]]
repo = 'Shougo/unite.vim'
hook_post_source = '''
・・・・
'''
on_event = "VimEnter"
ありがとうございます。
Problems summary
起動直後に: Unite neosnippetするとinvalid sourceになる。 一度Uniteを起動した後であればneosnippetが認識されて使用出来るようになる。
Expected
起動直後からuniteからneosnippetが認識される。
Environment Information
Provide a minimal .vimrc with less than 50 lines (Required!)
init.vim
dein.toml
The reproduce ways from Vim starting (Required!)
Screen shot (if possible)
Upload the log messages by
:redir
and:message
[unite.vim] Invalid source name "neosnippet" is detected. [unite.vim] unite.vim: Invalid source