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/startify.lua | |
parent | eed71f3f5646a3d653b26dfac652184440e9c34d (diff) |
feat(settings): removed command and added after
Diffstat (limited to 'lua/startup/themes/startify.lua')
-rw-r--r-- | lua/startup/themes/startify.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lua/startup/themes/startify.lua b/lua/startup/themes/startify.lua index bd51d59..8fa5338 100644 --- a/lua/startup/themes/startify.lua +++ b/lua/startup/themes/startify.lua @@ -10,7 +10,6 @@ local settings = { content = require("startup.headers").default_header(), highlight = "Statement", default_color = "", - command = "", oldfiles_amount = 0, }, body = { @@ -23,7 +22,6 @@ local settings = { content = "", highlight = "String", default_color = "", - command = "", oldfiles_amount = 10, }, body_2 = { @@ -36,7 +34,6 @@ local settings = { content = "", highlight = "String", default_color = "", - command = "", oldfiles_amount = 10, }, @@ -50,7 +47,6 @@ local settings = { content = require("startup.functions").quote(), highlight = "String", default_color = "", - command = "", oldfiles_amount = 0, }, options = { |