Yagua / nebulous.nvim

Minimalist Collection of Colorschemes for Neovim Written in Lua
MIT License
184 stars 11 forks source link

fix install instruction for Plug #3

Closed strogiyotec closed 3 years ago

Yagua commented 3 years ago

Hello @strogiyotec , how are you? First of all, thanks for your PR!, on the other hand, do you think you could explain me why you added that line there, do you have any problem with the installation? I did a test with "vim-plug", and it was not necessary to specify the repository branch, also the plugin only has that branch, the main. (colorbuddy is not in the list, because it is already installed.) I show you what I mean:

testVim-plug

branch

if you can mention to explain a little, it would be great, and again thank you very much. spoke Dilan

strogiyotec commented 3 years ago

Hey, sure, as you probably heard github renamed the default branch into main. My git config still uses master as a default branch name

[init]
    defaultBranch = master

So in my case the installation is failing because it's looking for master branch in this repo, I made the branch parameter to be explicit for people like me

Yagua commented 3 years ago

Wow, you are right, I had heard this before, an apology and I will take your input into account right now. Merged.