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

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

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
![Startpage](images/image1.png)
![Some Open Buffers](images/image2.png)
![LazyGit in a terminal](images/image3.png)

## 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.