Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.25 KB

File metadata and controls

34 lines (19 loc) · 1.25 KB

Neovim Setup

This is my custom Neovim configuration, designed to enhance my development experience with tailored settings, plugins, and key mappings for efficient coding experience.

Features

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

Prerequisites

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.

Installation

  1. Clone the repository:

    git clone git@github.com:StuCodeGreen/nvim-setup.git ~/.config/nvim

  2. Open Neovim and run :Lazy to install plugins.

Usage

After installation, open any file in Neovim to start using the configured settings and plugins.

License

This project is licensed under the MIT License. See the LICENSE file for details.