diff --git a/README.md b/README.md index a1fee63..8f74614 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,16 @@ Neolite is a fast and lightweight configuration of Neovim. git clone https://github.com/arkorty/neolite.git && cd neolite && ./install.sh ``` -## Screenshot +## Screenshots -![screenshot.png](blob/screenshot.png) +![file-tree.png](blob/file-tree.png) + +![fuzzy-finder.png](blob/fuzzy-finder.png) + +![lazygit.png](blob/lazygit.png) + +![live-grep.png](blob/live-grep.png) + +## Optional + +- [Lazygit](https://github.com/jesseduffield/lazygit) diff --git a/blob/file-tree.png b/blob/file-tree.png new file mode 100644 index 0000000..0bdf5f9 Binary files /dev/null and b/blob/file-tree.png differ diff --git a/blob/fuzzy-finder.png b/blob/fuzzy-finder.png new file mode 100644 index 0000000..f6db96f Binary files /dev/null and b/blob/fuzzy-finder.png differ diff --git a/blob/lazygit.png b/blob/lazygit.png new file mode 100644 index 0000000..fe2a2af Binary files /dev/null and b/blob/lazygit.png differ diff --git a/blob/live-grep.png b/blob/live-grep.png new file mode 100644 index 0000000..4a1f8ad Binary files /dev/null and b/blob/live-grep.png differ diff --git a/blob/screenshot.png b/blob/screenshot.png deleted file mode 100644 index e652a88..0000000 Binary files a/blob/screenshot.png and /dev/null differ