https://github.com/stpfeffer/nvim
My Neovim configuration
https://github.com/stpfeffer/nvim
lua neovim neovim-configuration vim
Last synced: about 2 months ago
JSON representation
My Neovim configuration
- Host: GitHub
- URL: https://github.com/stpfeffer/nvim
- Owner: StPfeffer
- Created: 2024-05-05T18:46:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T18:57:36.000Z (about 2 years ago)
- Last Synced: 2025-02-28T05:59:53.268Z (over 1 year 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.