From 27b178e3eb8626fd8352f7f0ac0acd03c22ceaec Mon Sep 17 00:00:00 2001 From: max397574 Date: Mon, 18 Oct 2021 13:26:59 +0200 Subject: =?UTF-8?q?feat(themes):=20=E2=9C=A8added=20startify?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/startup/themes/startify.lua | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 lua/startup/themes/startify.lua (limited to 'lua/startup') diff --git a/lua/startup/themes/startify.lua b/lua/startup/themes/startify.lua new file mode 100644 index 0000000..ec2612e --- /dev/null +++ b/lua/startup/themes/startify.lua @@ -0,0 +1,24 @@ +local settings = { + header = { + type = "text", + align = "left", + margin = 5, + content = require("startup.buildingblocks.headers").default_header(), + }, + body = { + type = "oldfiles", + align = "left", + }, + footer = { + type = "text", + content = require("startup.buildingblocks.functions").quote(), + }, + options = { + oldfiles_amount = 3, + padding = { + body_footer = 2, + }, + }, +} + +return settings -- cgit v1.2.3