From 6f4821c527b63e6672e6b9c5c4696303f55bc6ed Mon Sep 17 00:00:00 2001 From: Arkorty Date: Wed, 8 Mar 2023 15:02:09 +0530 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f74614..c617575 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Neolite is a fast and lightweight configuration of Neovim. -## Installation +## Quick Start ``` git clone https://github.com/arkorty/neolite.git && cd neolite && ./install.sh @@ -12,14 +12,26 @@ git clone https://github.com/arkorty/neolite.git && cd neolite && ./install.sh ## Screenshots +### File Tree + ![file-tree.png](blob/file-tree.png) +### Fuzzy Finder + ![fuzzy-finder.png](blob/fuzzy-finder.png) +### Terminal & Lazygit + ![lazygit.png](blob/lazygit.png) +### Live Grep + ![live-grep.png](blob/live-grep.png) ## Optional - [Lazygit](https://github.com/jesseduffield/lazygit) + +## License + +- [MIT License](LICENSE)