Skip to content

shelbourn/nvim-nvchad

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

54 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Nvim Config VCS [πŸ‘·β€β™‚οΈπŸš§ WIP πŸš§πŸ‘·β€β™€οΈ]

Forked from NvChad starter repohttps://github.com/NvChad/starter

_### IMPORTANT NOTE _

  • The base branch for customizations is develop
  • main is a clean branch for syncing changes with the upstream fork
  • Normal development workflow:
    • add config changes to develop or a feature branch based on develop
    • sync upstream fork changes into main
    • PR main to develop to back merge the synced changes
    • This keeps main clean and without merge conflicts when a fork sync is necessary
    • This also allows for maintaining a custom config branch with the most recent upstream changes