From 8913a4a5b57c3d727fc4e9c238c9f94c075b9604 Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sat, 11 Mar 2023 00:49:15 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e09f9a..39c3bf7 100644 --- a/README.md +++ b/README.md @@ -2,8 +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 a scripting language likeĀ [Lua](https://www.lua.org/about.html). 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 forever, unlike some other editors ([Atom]()). So when you use it, you can be sure that it will be supported for a long time. - +Neolite is a fast and lightweight configuration of Neovim. For the uninitiated, Neovim is a terminal based text editor which can be extended using a scripting language likeĀ [Lua](https://www.lua.org/about.html). 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. # Dependencies - [cURL](https://github.com/curl/curl)