From 29f1e5e6841f259abbb887d8e979d6314274fdd9 Mon Sep 17 00:00:00 2001 From: max397574 Date: Sun, 7 Nov 2021 19:35:16 +0100 Subject: =?UTF-8?q?docs(radme):=20=F0=9F=93=9Aupdated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 0cb7ca7..37d8c65 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # 🔧Startup.nvim -## WIP Don't Use +A really customizable startup screen for neovim. ✨Features -------- @@ -12,7 +12,8 @@ 📦Installation ------------ Use your favourite package manager and call setup function. -For the default setup telescope.nvim is a dependency. +Plenary.nvim is a dependency and must be installed. +For the default setup telescope.nvim is needed. ```lua -- lua and packer.nvim @@ -49,7 +50,7 @@ use { Here the file would be located at `/lua/configs/startup.lua`. The file has to return settings. -For one of the default themes this can be done like this: (startify theme) +For one of the default themes this can be done like this: (example with the startify theme) ```lua local settings = require"startup.themes.startify" @@ -267,6 +268,16 @@ content = { Check out the [themes](https://github.com/max397574/startup.nvim/tree/dev/lua/startup/themes) for full examples. +👀Screenshots +--------------- + +### The themes + +#### Default + +#### Startify + +#### Evil Startup Credits ------- -- cgit v1.2.3