Archival Update: I'm now using a custom setup: https://github.com/KyleKing/nvim
KyleKing/AstroNvim-User
A user configuration template for AstroNvim
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
Press the "Use this template" button above to create a new repository to store your user configuration.
You can also just clone this repository directly if you do not want to track your user configuration in GitHub.
gh repo clone KyleKing/AstroNvim-User ~/.config/nvim/lua/user
Note: this repository was rebased on the source repository to simplify updating
# Prepare the local checkout for
git remote add upstream https://github.com/AstroNvim/user_example.git
git fetch upstream
git rebase upstream/main
Then in the future, sync with:
git fetch upstream && git merge upstream/main
nvim
Take a look at: