Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stucodegreen/nvim-setup
- Owner: StuCodeGreen
- Created: 2024-09-25T18:18:51.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-10-22T23:09:42.000Z (15 days ago)
- Last Synced: 2024-11-02T02:05:17.624Z (5 days ago)
- Topics: coding, configuration, customization, development-environment, keymapping, neovim, open-source, plugins, productivity, text-editor, vim
- Language: Lua
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.