Skip to content

Optimized Neovim configuration leveraging Lua with a streamlined approach using a lazy plugin manager.

License

Notifications You must be signed in to change notification settings

oyinbra/nvim-config

Repository files navigation

Open Source Love MIT License Awesome

Made with Lua Linux macOS Windows Neovim minimum version Top languages Commit Activity Last commit Contributors Repository Size

Screenshot (1423)

⚡️ Introduction

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.

✨ Features

  • 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].

🚀 Installation and setup

  • 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

📦 Usability

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

File or Text search using Telescope

🐞 Find a bug?

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.

About

Optimized Neovim configuration leveraging Lua with a streamlined approach using a lazy plugin manager.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages