From 9fd63cec5f2758e753b018e60c2cf484792d1023 Mon Sep 17 00:00:00 2001 From: hoob3rt Date: Wed, 30 Dec 2020 17:42:14 +0100 Subject: [PATCH] updated README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96726e6..7547bf6 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ A blazing fast and easy to configure neovim statusline written in pure lua. ## Screenshots Here is a preview of how lualine can look like. -| normal | insert | visual | replace | -| :---------------------------------------: | :-------------------------------------: | :------------------------------------: | :------------------------------------: | -| ![normal](./screenshots/normal.png) | ![normal](./screenshots/insert.png) | ![normal](./screenshots/visual.png) | ![normal](./screenshots/replace.png) | +![normal](./screenshots/normal.png) +![normal](./screenshots/insert.png) +![normal](./screenshots/visual.png) +![normal](./screenshots/replace.png) ## Performance compared to other plugins Unlike other statusline plugins lualine loads only defined components, nothing else.