diff options
author | max397574 <[email protected]> | 2021-11-17 09:12:15 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-11-17 09:12:15 +0100 |
commit | db60c5e23139258f3740aafeccf7ad75b4cc4aca (patch) | |
tree | 7ed6ebeef8a9822c659f60f11644829f9bce348c /lua/startup/themes/dashboard.lua | |
parent | eed71f3f5646a3d653b26dfac652184440e9c34d (diff) |
feat(settings): removed command and added after
Diffstat (limited to 'lua/startup/themes/dashboard.lua')
-rw-r--r-- | lua/startup/themes/dashboard.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/startup/themes/dashboard.lua b/lua/startup/themes/dashboard.lua index 1041ecf..215aa8c 100644 --- a/lua/startup/themes/dashboard.lua +++ b/lua/startup/themes/dashboard.lua @@ -19,7 +19,6 @@ local settings = { }, highlight = "Statement", default_color = "", - command = "", oldfiles_amount = 0, }, -- name which will be displayed and command @@ -40,7 +39,6 @@ local settings = { }, highlight = "String", default_color = "", - command = "", oldfiles_amount = 0, }, footer = { @@ -53,7 +51,6 @@ local settings = { content = { "startup.nvim" }, highlight = "Number", default_color = "", - command = "", oldfiles_amount = 0, }, |