From 23a05b3c7d3a17ce096347206b89b7786b512ad8 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Fri, 12 May 2023 20:56:22 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b4a53e..27bb177 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # 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 also comes with built-in LSP support and has been in use since forever. So you don't have to worry about changing your workflow anytime soon. +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 also comes with native LSP support. It has also been in use since forever, so you don't have to worry about the project going stale. # Dependencies - [cURL](https://github.com/curl/curl)