The modern age Neovim config is a personal neovim 0.12.1 tuned config.
Mirrors
Platform URL GitHub https://github.com/pudep/nvim GitLab https://gitlab.com/pudep/nvim
Clone
For a fast, lightweight clone (recommended for just using the config):
From GitHub:
git clone --depth 1 [email protected]:pudep/nvim.git ~/.config/nvimFrom GitLab:
git clone --depth 1 [email protected]:pudep/nvim.git ~/.config/nvim--depth 1 fetches only the latest snapshot without the full commit history, making it significantly faster.
Full Clone
If you want the complete history:
From GitHub:
git clone [email protected]:pudep/nvim.git ~/.config/nvimFrom GitLab:
git clone [email protected]:pudep/nvim.git ~/.config/nvim