This is my custom Neovim configuration, designed to enhance my development experience with tailored settings, plugins, and key mappings for efficient coding experience.
- Custom Key Mappings: Personalized shortcuts for frequently used commands.
- Plugin Management: Easy installation and management of Neovim plugins using Lazy.nvim.
- Syntax Highlighting: Enhanced syntax highlighting for various programming languages.
- LSP Support: Language Server Protocol configurations for intelligent code completion and error checking.
To ensure this setup functions correctly, please install the following essential packages:
sudo apt install ripgrep xclip xsel
These tools are crucial for enhancing search capabilities and clipboard management within your development environment.
-
Clone the repository:
git clone git@github.com:StuCodeGreen/nvim-setup.git ~/.config/nvim
-
Open Neovim and run
:Lazy
to install plugins.
After installation, open any file in Neovim to start using the configured settings and plugins.
This project is licensed under the MIT License. See the LICENSE file for details.