From 15fe8feb2c8868c38b67f0744bdcd80752b21886 Mon Sep 17 00:00:00 2001 From: hoob3rt <41551030+hoob3rt@users.noreply.github.com> Date: Wed, 30 Dec 2020 17:36:15 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46e0d71..668dabf 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A blazing fast and easy to configure neovim statusline written in pure lua. ## Screenshots | normal | insert | visual | replace | -| :---------------------------------------- | :-------------------------------------: | -------------------------------------: | -------------------------------------: | +| :---------------------------------------: | :-------------------------------------: | :------------------------------------: | :------------------------------------: | | ![normal](./screenshots/normal.png) | ![normal](./screenshots/insert.png) | ![normal](./screenshots/visual.png) | ![normal](./screenshots/replace.png) | ## Performance compared to other plugins @@ -14,7 +14,7 @@ Unlike other statusline plugins lualine loads only defined components, nothing e Startup time performance measured with an amazing plugin [tweekmonster/startuptime.vim](https://github.com/tweekmonster/startuptime.vim) | clean vimrc | lualine | airline | lightline | -| :------------- | :----------: | -----------: | -----------: | +| :------------: | :----------: | :----------: | :----------: | | 8.943 ms | 9.034 ms | 13.425 ms | 11.463 ms |