aboutsummaryrefslogtreecommitdiff
path: root/lua/startup/themes/startify.lua
diff options
context:
space:
mode:
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)\\_______",