Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stucodegreen/nvim-setup

This repository hosts my personalized Neovim configuration, optimized for an efficient development workflow. It includes custom key mappings, a curated selection of plugins, and tailored settings to enhance coding productivity. Designed for developers looking to streamline their Neovim experience, this setup focuses on usability and performance.
https://github.com/stucodegreen/nvim-setup

coding configuration customization development-environment keymapping neovim open-source plugins productivity text-editor vim

Last synced: 5 days ago
JSON representation

This repository hosts my personalized Neovim configuration, optimized for an efficient development workflow. It includes custom key mappings, a curated selection of plugins, and tailored settings to enhance coding productivity. Designed for developers looking to streamline their Neovim experience, this setup focuses on usability and performance.

Awesome Lists containing this project

README

        

# Neovim Setup

This repository contains 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](https://github.com/folke/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 [email protected]:StuCodeGreen/nvim-setup.git ~/.config/nvim```

3. 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](LICENSE) file for details.