diff options
author | max397574 <[email protected]> | 2021-11-07 19:35:16 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-11-07 19:35:16 +0100 |
commit | 29f1e5e6841f259abbb887d8e979d6314274fdd9 (patch) | |
tree | b994272dd9b28a91bf53f72103f06e258a3a41bd | |
parent | 18ac4bd18f19c89708a2ef6771c7c4b1f553a908 (diff) |
docs(radme): 📚updated
-rw-r--r-- | readme.md | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -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 ------- |