-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can we use Vundle to manage Cmder's vim plugins? Need some setup? #535
Comments
I use vundle with vim in cmder. It works fine. |
I use this in Cmder using the bash shell. It could probably work with Cmd based shell but currently that is not a requirement for me so i have not investigated it. Its not portable at this time in that it is not a part of Cmder but I am thinking about trying to make it portable. My ~/.vim folder, the only thing I cloned there manually was 'Vundle.vim'
In my ~/.vimrc file
In ~/.vim/vundles.vim
Hope this helps. |
@daxgames But what is if my Cmder directory is Thank you for taking the time to read this and hopefully responding. |
"~" is "%userprofile%" so "c:\users[username]". |
Note vundle commands like :PluginInstall only work in vim launched from a bash cmder session. I have been unable to make them work in vim launched from cmd. |
@daxgames It woks fine, Thanks again! |
cmder\vendor\msysgit\share\vim\bundle
vim
and run :PluginInstall
Not an editor command: PluginInstall
Does anyone encounter this problem?
The text was updated successfully, but these errors were encountered: