changed some formatting

This commit is contained in:
Ivar Fatland
2023-07-28 19:14:29 +02:00
parent a60b10167c
commit be9f972eb7
+1 -1
View File
@@ -53,7 +53,7 @@ local TAB_WIDTH = 4
---@type installed_themes ---@type installed_themes
local default_theme = 'gruvbox' local default_theme = 'gruvbox'
---@type { [string]: installed_themes} ---@type { [string]: installed_themes }
local file_specific_themes = { local file_specific_themes = {
markdown = 'vscode', markdown = 'vscode',
} }