bcampolo / nvim-starter-kit

Neovim Starter Kit
MIT License
181 stars 31 forks source link

"git branch checkout python" #10

Closed Wen-Xue-Gogo closed 3 months ago

Wen-Xue-Gogo commented 3 months ago

In the instruction, I think you mean to say. "git branch checkout python", not just "git checkout python"

bcampolo commented 3 months ago

Hi @Wen-Xue-Gogo, thank you for taking a look at the Starter Kit. I do believe "git checkout python" is correct. If you cloned the repo before I created the python branch you may need to run "git fetch origin python" first.