On Mi, 03 Mai 2017, tuxic@posteo.de wrote:
> thanks for the links and the explanations!
> I fixxxxed that -- but I dont know, why this become a problem...
>
> The files in question are:
> .vim/plugged/OceanBlack256
> .vim/plugged/OceanBlack256/.git/(some files below this point...)
> .vim/plugged/OceanBlack256/colors
> .vim/plugged/OceanBlack256/colors/oceanblack256.vim
> .vim/plugged/OceanBlack256/README
That is your local clone of the repository.
> The Plug - command was:
> Plug "OceanBlack256"
>
> Now I have to do
> Plug 'OceanBlack256/colors/oceanblack256.vim'
No that is wrong.
You need to give Plug the remote github repository from which it can
clone. Apparently, if no github username was given, vim-plug silently
used vim-scripts/name to clone from. That no stopped and that is what
the error message is about. So you could use Plug vim-scripts/OceanBlack256
or you simply clone the vim-colorscheme package, which also does include
OceanBlack256 e.g. Plug flazz/vim-colorschemes
>
> But this is nonetheless no problem:
> .vim/plugged/.git/(some files below this point
> .vim/plugged/README.rst
> .vim/plugged/Makefile
> .vim/plugged/autoload
> .vim/plugged/autoload/screen.vim
> .vim/plugged/plugin
> .vim/plugged/plugin/screen.vim
> .vim/plugged/doc
> .vim/plugged/doc/tags
> .vim/plugged/doc/screen.txt
>
> Plugged with:
> Plug 'ervandew/screen
So that corresponds to github.com/ervandew/screen
Best,
Christian
--
Es ist komisch, daß kein Mensch mit Esprit ein Glück möchte, das auf
Dummheit gegründet ist, und doch ist es klar, daß man dabei einen
guten Tausch machen würde.
-- François Marie Voltaire
--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Wednesday, May 3, 2017
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment