From 63d4076533c7ee899bd82faec239119c7f2a7dd6 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sat, 7 Oct 2023 03:46:01 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0198cad..b1823f7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ ![neolite.png](blob/neolite.png) +# Updates +- A minimal configuration has been pushed to the [minimal](https://github.com/arkorty/neolite/tree/minimal) branch. + # About Neolite is a fast and lightweight configuration of Neovim. For the uninitiated, Neovim is a terminal based text editor which can be extended using the [Lua](https://www.lua.org/about.html) scripting language. Neovim out-of-the-box doesn't come with a lot of features, but it is highly extensible. It comes with native LSP support (lets your IDE do all that auto-completion magic). Vim has been in use since forever, so you don't have to worry about the project going stale anytime soon.