Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stpfeffer/nvim
My Neovim configuration
https://github.com/stpfeffer/nvim
lua neovim neovim-configuration vim
Last synced: 8 days ago
JSON representation
My Neovim configuration
- Host: GitHub
- URL: https://github.com/stpfeffer/nvim
- Owner: StPfeffer
- Created: 2024-05-05T18:46:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T18:57:36.000Z (6 months ago)
- Last Synced: 2024-05-11T19:45:23.569Z (6 months ago)
- Topics: lua, neovim, neovim-configuration, vim
- Language: Lua
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neovim Configuration
This repository contains my custom Neovim configuration, built upon the foundation of [kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim).
## Overview
I adapted this configuration by making adjustments to key mappings, dependencies, and various Neovim's settings.
## Installation
To use this configuration:
1. **Clone Repository**: Navigate to your Neovim configuration directory:
```shell
cd ~/.config
```Clone the repository:
```shell
git clone https://github.com/StPfeffer/nvim.git
```2. **Load Configuration**: The next time you launch Neovim, it will automatically load this configuration, seamlessly integrating it into your environment.
That's it! Enjoy the enhanced Neovim experience.