You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if this is related to Vundle specifically, but here is what I did
Add the line Bundle 'throughnothing/vimchat' to my .vimrc file
Run :PluginInstall
Add the line [email protected] = password to ~/.vim/Bundle/vimchat/config
Restart vim
Run :VimChat
The response I get from vim is E492: Not an editor command: VimChat.
I am using vim 7.4. When I run :set rtp? one of the items in the list is ~/.vim/bundle/vimchat. When I run :scriptnames I see a lines which contains /home/user/.vim/bundle/vimchat/plugin/vimchat.vim.
I see no errors or warnings when starting vim.
The text was updated successfully, but these errors were encountered:
I don't know if this is related to Vundle specifically, but here is what I did
Bundle 'throughnothing/vimchat'
to my.vimrc
file:PluginInstall
[email protected] = password
to~/.vim/Bundle/vimchat/config
:VimChat
The response I get from vim is
E492: Not an editor command: VimChat
.I am using vim 7.4. When I run
:set rtp?
one of the items in the list is~/.vim/bundle/vimchat
. When I run:scriptnames
I see a lines which contains/home/user/.vim/bundle/vimchat/plugin/vimchat.vim
.I see no errors or warnings when starting vim.
The text was updated successfully, but these errors were encountered: