From 177157d40451e042a8a5ddb3e95542b8559178df Mon Sep 17 00:00:00 2001 From: Arkaprabha Chakraborty Date: Fri, 12 May 2023 23:07:48 +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 2773b67..0198cad 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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. -You also have the added benefit of becoming a true Vim chad once you start using Neovim instead of those pathetic web browsers (ahem.. VS Code) disguised as IDEs. +You also have the added benefit of becoming a true Vim chad once you start using Neovim instead of that pathetic web browser (ahem.. VS Code) disguised as an IDE. # Dependencies