Update README.md

This commit is contained in:
Arkorty
2023-03-08 15:02:09 +05:30
committed by GitHub
parent 620423dfdf
commit 6f4821c527

View File

@@ -4,7 +4,7 @@
Neolite is a fast and lightweight configuration of Neovim. Neolite is a fast and lightweight configuration of Neovim.
## Installation ## Quick Start
``` ```
git clone https://github.com/arkorty/neolite.git && cd neolite && ./install.sh 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 ## Screenshots
### File Tree
![file-tree.png](blob/file-tree.png) ![file-tree.png](blob/file-tree.png)
### Fuzzy Finder
![fuzzy-finder.png](blob/fuzzy-finder.png) ![fuzzy-finder.png](blob/fuzzy-finder.png)
### Terminal & Lazygit
![lazygit.png](blob/lazygit.png) ![lazygit.png](blob/lazygit.png)
### Live Grep
![live-grep.png](blob/live-grep.png) ![live-grep.png](blob/live-grep.png)
## Optional ## Optional
- [Lazygit](https://github.com/jesseduffield/lazygit) - [Lazygit](https://github.com/jesseduffield/lazygit)
## License
- [MIT License](LICENSE)