From be9f972eb77b9cad9125a9ff0c1ae1aecba8a2e5 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Fri, 28 Jul 2023 19:14:29 +0200 Subject: [PATCH] changed some formatting --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 10a4815..515c1df 100644 --- a/init.lua +++ b/init.lua @@ -53,7 +53,7 @@ local TAB_WIDTH = 4 ---@type installed_themes local default_theme = 'gruvbox' ----@type { [string]: installed_themes} +---@type { [string]: installed_themes } local file_specific_themes = { markdown = 'vscode', }