diff options
author | max397574 <[email protected]> | 2021-12-23 15:19:00 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-23 15:19:00 +0100 |
commit | 11e66ab23fb404a4917a0d411aff66667b7fd86d (patch) | |
tree | f74d25b613d1c85bb34b4eeac733ef553018f0e9 /lua/startup/themes/startify.lua | |
parent | 580e5057c2caf29934692d98b90151bb7b698ce8 (diff) |
chore: autoformat with stylua
Diffstat (limited to 'lua/startup/themes/startify.lua')
-rw-r--r-- | lua/startup/themes/startify.lua | 12 |
1 files changed, 6 insertions, 6 deletions
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] = "<cmd>e " .. file .. "<CR>" - end +for key, file in pairs(user_bookmarks) do + user_bookmark_mappings[key] = "<cmd>e " .. file .. "<CR>" +end local cow = { " \\ ^__^", " \\ (oo)\\_______", |