This repo hosts my Neovim configuration and its using Lazy plugin manager.
My setups are well-documented to ensure the greatest clarity. You can clone the whole repo and use it like that or you can choose whatever plugins and configurations that you want and add it to yours as i made sure all settings are separated and easily managed.
- Plugin management via lazy.nvim.
- Better usabilty via whichkey plugins so you don't have to forget your keys which-key.nvim.
- Auto-completionCode via nvim-cmp.
- Language server protocol (LSP) support via mason.
- Git integration via [lazy-git].
Which-key with space bar as leader key, then you can choose from the following options to quit, save file, format and save a file plus many other options to choose from
- Backup up your current neovim setup
mv ~/.config/nvim ~/.config/nvim.bak
mv ~/.local/share/nvim ~/.local/share/nvim.bak
- Clone the stater park into your .config folder
git clone https://github.com/Oyinbra/nvim-config.git ~/.config/nvim
- Then start Neovim
nvim
- All plugins will be loaded automatically.
- Quit neovim and restart it to start using it.
- Run health check on lazy and if you migrated from parker plugin manager, you might have to remove some left over setup from parker.
rm /home/$USER/.local/share/nvim/site/pack/packer
rm /home/$USER/.config/nvim/plugin/packer_compiled.lua
To install and share this Neovim config securely among multiple users, simply:
- Clone the repo into your home directory:
git clone https://github.com/Oyinbra/nvim-config.git ~/nvim- Run the included installation script:
bash ~/nvim/install_nvim.shThe script will handle cloning (if needed), setting permissions, and creating symlinks for your user, root, and optionally other users.
If you found an issue or would like to submit an improvement to this project, please submit an issue using the issue tab above. If you would love to submit a PR with a fix, reference the issue you created.


