Skip to content

Latest commit

Β 

History

History
28 lines (26 loc) Β· 1.06 KB

File metadata and controls

28 lines (26 loc) Β· 1.06 KB

πŸ’» nvim-config install for contributors

If you wish to contribute to nvim-config, you should:

  1. Create a fork on GitHub
  2. clone your fork to your local machine
  • For ssh:
    git clone git@github.com:YOUR_GITHUB_USERNAME/nvim-config.git ~/.config/nvim
  • For https:
    git clone https://github.com/YOUR_GITHUB_USERNAME/nvim-config.git ~/.config/nvim
  1. cd into local directory of your forked nvim-config
cd ~/.config/nvim
  1. Create a new branch and change into the new branch
git checkout -b New_Branch
  1. Make yoour changes and make sure you only add the file that you made changes to before pushing with
git push --set-upstream origin New_Branch
  1. Go to your github forked repo page on your web browser and create your pull request