From 312fd85ea3c9a036e227ea38aaa64ce7d50aa83b Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Sat, 11 Mar 2023 00:43:18 +0530 Subject: [PATCH] Update the README with better explanation about the project Changes to be committed: modified: README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7d2fe2..2e09f9a 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,23 @@ # About -Neolite is a fast and lightweight configuration of Neovim. +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. -# Depedencies +# Dependencies - [cURL](https://github.com/curl/curl) - [Git](https://github.com/git/git) - [Neovim](https://github.com/neovim/neovim) -# Optional +# Optional Dependencies - [npm](https://github.com/npm/cli) - [Lazygit](https://github.com/jesseduffield/lazygit) # Quick Start +Once you have all the dependencies sorted, run the command below and we'll take care of the rest. + ``` curl -sLf https://raw.githubusercontent.com/arkorty/neolite/master/install.sh | bash ```