From ff893190f2ee3fec557f9bf9ffb33b97e32b3948 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 19 Dec 2022 21:27:36 +0100 Subject: [PATCH] docs: removed dots from features --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b07b14..ee2a157 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ ## โœจ Features - ๐Ÿ“ฆ Manage all your Neovim plugins with a powerful UI -- ๐Ÿš€ Fast startup times thanks to automatic caching and bytecode compilation of lua modules. +- ๐Ÿš€ Fast startup times thanks to automatic caching and bytecode compilation of lua modules - ๐Ÿ’พ Partial clones instead of shallow clones -- ๐Ÿ”Œ Automatic lazy-loading of lua modules and lazy-loading on events, commands, filetypes, and key mappings. -- โณ Automatically install missing plugins before starting up Neovim, allowing you to start using it right away. +- ๐Ÿ”Œ Automatic lazy-loading of lua modules and lazy-loading on events, commands, filetypes, and key mappings +- โณ Automatically install missing plugins before starting up Neovim, allowing you to start using it right away - ๐Ÿ’ช Async execution for improved performance - ๐Ÿ› ๏ธ No need to manually compile plugins - ๐Ÿงช Correct sequencing of dependencies