nexxeln / nvim

My Neovim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning
I no longer have time to maintain this configuration due to various exams and college applications. I might redo my config in June/July 2023 but don't take my word for it. For now I'll be using kickstart.nvim.

image

Overview

This is my Neovim config. It's very minimal and fast.

Installation

This config should work on Neovim 0.7+ but I have only tested it in the nightly version.

Make sure to backup your current config. Then clone this repository to ~/.config/nvim.

git clone https://github.com/nexxeln/nvim ~/.config/nvim

This will also install Packer automatically. Now just open Neovim and run :PackerSync.

nvim +PackerSync

Credits

About

My Neovim config

License:MIT License


Languages

Language:Lua 97.7%Language:TypeScript 2.3%