diff options
author | max397574 <[email protected]> | 2021-12-10 20:47:45 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-10 20:47:45 +0100 |
commit | 57f7168b31b0d8a2726f8ed518e0df41fc058398 (patch) | |
tree | 87c02b621b661e8519881ab42e33d15c692455b0 | |
parent | 2ab1a99dd95e9166f53960535528a2ef9bb758ab (diff) |
docs(readme): added screenshots
-rw-r--r-- | readme.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -232,6 +232,8 @@ require("startup").setup({theme = "dashboard"}) -- put theme name here ### Dashboard The dashboard theme is a simple theme with some commands and a header. + + ### Startify @@ -250,10 +252,15 @@ vim.g.startup_bookmarks = { ["A"] = '~/.config/alacritty/alacritty.yml', } ``` + + + ### Evil The evil theme is just a bloated theme with oldfiles, commands, additional info and a quote. + + ### Custom theme @@ -267,6 +274,22 @@ The same applies to headers. Here you can use them with `require("startup.headers").header_name()`. They are documented in `:help startup_nvim.headers`. A good tool to create your own headers is [image to braille](https://505e06b2.github.io/Image-to-Braille/) + +👀 Screenshots +-------------- + +### Easily open Files (in splits) + + + + +### Builtin Key Help (user mappings included) + +  + +### Folds and commands with mappings + + Credits ------- |