diff options
author | Joe <rrbo@proton.me> | 2023-09-22 11:52:25 +0200 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-09-22 11:52:25 +0200 |
commit | 83cc31aa6b6fc44faefa5d96f4eaf0bcd4fc397d (patch) | |
tree | de3477946c42cb5b65ca82724c86778ffa04b56a /.config/nvim/after/plugin/startify.lua | |
parent | up (diff) | |
download | dotfiles-bsd-83cc31aa6b6fc44faefa5d96f4eaf0bcd4fc397d.tar.gz dotfiles-bsd-83cc31aa6b6fc44faefa5d96f4eaf0bcd4fc397d.tar.bz2 dotfiles-bsd-83cc31aa6b6fc44faefa5d96f4eaf0bcd4fc397d.tar.xz dotfiles-bsd-83cc31aa6b6fc44faefa5d96f4eaf0bcd4fc397d.tar.zst dotfiles-bsd-83cc31aa6b6fc44faefa5d96f4eaf0bcd4fc397d.zip |
up
Diffstat (limited to '')
-rw-r--r-- | .config/nvim/after/plugin/startify.lua | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.config/nvim/after/plugin/startify.lua b/.config/nvim/after/plugin/startify.lua index a5d3efc..cd510a9 100644 --- a/.config/nvim/after/plugin/startify.lua +++ b/.config/nvim/after/plugin/startify.lua @@ -1,17 +1,17 @@ -- Startify vim.cmd [[ let g:startify_custom_header = startify#pad([ -\ '==========================', -\ '====== ================', -\ '======= =================', -\ '======= =================', -\ '======= ==== ==== ===', -\ '======= === == = ==', -\ '======= === = == ==', -\ '== === === = == =====', -\ '== === === = == = ==', -\ '=== ===== ==== ===', -\ '==========================', +\ '========================', +\ '===== ===============', +\ '====== ================', +\ '====== ================', +\ '====== ==== ==== ==', +\ '====== === == = =', +\ '====== === = == =', +\ '= === === = == ====', +\ '= === === = == = =', +\ '== ===== ==== ==', +\ '========================', \ ]) let g:startify_lists = [ \ { 'type': 'sessions', 'header': startify#pad(['Sessions']) }, |