From fefba0a70d8de780e5366e53baea9b4ca63b2698 Mon Sep 17 00:00:00 2001 From: max397574 Date: Sat, 15 Jan 2022 20:39:29 +0100 Subject: chore: autoformat with stylua --- lua/startup/themes/empty.lua | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'lua/startup/themes/empty.lua') diff --git a/lua/startup/themes/empty.lua b/lua/startup/themes/empty.lua index 9ed8065..bcf82a9 100644 --- a/lua/startup/themes/empty.lua +++ b/lua/startup/themes/empty.lua @@ -1,22 +1,22 @@ local settings = { - options = { - mapping_keys = true, - cursor_column = 0.5, - empty_lines_between_mappings = true, - disable_statuslines = false, - paddings = { 1, 3, 3, 0 }, - }, - mappings = { - execute_command = "", - open_file = "o", - open_file_split = "", - open_section = "", - open_help = "?", - }, - colors = { - background = "#1f2227", - folded_section = "#56b6c2", - }, - parts = {}, + options = { + mapping_keys = true, + cursor_column = 0.5, + empty_lines_between_mappings = true, + disable_statuslines = false, + paddings = { 1, 3, 3, 0 }, + }, + mappings = { + execute_command = "", + open_file = "o", + open_file_split = "", + open_section = "", + open_help = "?", + }, + colors = { + background = "#1f2227", + folded_section = "#56b6c2", + }, + parts = {}, } return settings -- cgit v1.2.3