aboutsummaryrefslogtreecommitdiff
path: root/lua/startup/themes/startify.lua
diff options
context:
space:
mode:
authormax397574 <[email protected]>2021-12-23 15:19:00 +0100
committermax397574 <[email protected]>2021-12-23 15:19:00 +0100
commit11e66ab23fb404a4917a0d411aff66667b7fd86d (patch)
treef74d25b613d1c85bb34b4eeac733ef553018f0e9 /lua/startup/themes/startify.lua
parent580e5057c2caf29934692d98b90151bb7b698ce8 (diff)
chore: autoformat with stylua
Diffstat (limited to 'lua/startup/themes/startify.lua')
-rw-r--r--lua/startup/themes/startify.lua12
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)\\_______",