From 11e66ab23fb404a4917a0d411aff66667b7fd86d Mon Sep 17 00:00:00 2001 From: max397574 Date: Thu, 23 Dec 2021 15:19:00 +0100 Subject: chore: autoformat with stylua --- lua/startup/themes/startify.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lua/startup/themes/startify.lua') diff --git a/lua/startup/themes/startify.lua b/lua/startup/themes/startify.lua index bcb50e5..7e743e9 100644 --- a/lua/startup/themes/startify.lua +++ b/lua/startup/themes/startify.lua @@ -8,13 +8,13 @@ if not user_bookmarks then bookmark_texts = {} end - for key, file in pairs(user_bookmarks) do - bookmark_texts[#bookmark_texts + 1] = key .. " " .. file - end +for key, file in pairs(user_bookmarks) do + bookmark_texts[#bookmark_texts + 1] = key .. " " .. file +end - for key, file in pairs(user_bookmarks) do - user_bookmark_mappings[key] = "e " .. file .. "" - end +for key, file in pairs(user_bookmarks) do + user_bookmark_mappings[key] = "e " .. file .. "" +end local cow = { " \\ ^__^", " \\ (oo)\\_______", -- cgit v1.2.3