https://github.com/ugly-custard/nvim
Personal Neovim configuration files
https://github.com/ugly-custard/nvim
neovim neovim-config nvim nvim-config
Last synced: about 2 months ago
JSON representation
Personal Neovim configuration files
- Host: GitHub
- URL: https://github.com/ugly-custard/nvim
- Owner: ugly-custard
- Created: 2024-10-11T15:43:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-07T18:53:50.000Z (over 1 year ago)
- Last Synced: 2025-02-07T19:32:34.922Z (over 1 year ago)
- Topics: neovim, neovim-config, nvim, nvim-config
- Language: Lua
- Homepage:
- Size: 488 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NVIM Config
My personal nvim configuration, built on top of kickstart-nvim, adding stuff to suit my needs.
## Looks



## Installation
1. Backup your old nvim config if it exists
```sh
mv ~/.config/nvim ~/.config/nvim.bak
```
2. Clone the repo
```sh
mkdir ~/.config/nvim
git clone https://github.com/ugly-custard/nvim.git ~/.config/nvim/
```
## Keybinds
Well, I'm too lazy to make a guide or cheatsheet. Just go through the lua/keymaps.lua for general keybinds, and then through each of the files in lua/plugins for plugin-specific binds. I'll make a cheatsheet one day, one day for sure.