aboutsummaryrefslogtreecommitdiff
path: root/lua/startup/themes
diff options
context:
space:
mode:
authormax397574 <[email protected]>2021-11-06 12:17:48 +0100
committermax397574 <[email protected]>2021-11-06 12:17:48 +0100
commitc4d9bb17d9f8b0bec9d30e4692e46dd5ef5df0ae (patch)
tree96f3335599719f911424832ef3612081a44e80b6 /lua/startup/themes
parente3676858b9c722efec478266893f146c830407f2 (diff)
feat(startup): ✨added option to disable statuslines
Diffstat (limited to 'lua/startup/themes')
-rw-r--r--lua/startup/themes/default.lua1
-rw-r--r--lua/startup/themes/evil_startup.lua1
-rw-r--r--lua/startup/themes/startify.lua1
3 files changed, 3 insertions, 0 deletions
diff --git a/lua/startup/themes/default.lua b/lua/startup/themes/default.lua
index 0e16545..1e80dfc 100644
--- a/lua/startup/themes/default.lua
+++ b/lua/startup/themes/default.lua
@@ -60,6 +60,7 @@ local settings = {
options = {
mapping_keys = true,
empty_lines_between_mappings = true,
+ disable_statuslines = true,
paddings = { 1, 3, 3, 0 },
},
mappings = {
diff --git a/lua/startup/themes/evil_startup.lua b/lua/startup/themes/evil_startup.lua
index bed5861..390ba83 100644
--- a/lua/startup/themes/evil_startup.lua
+++ b/lua/startup/themes/evil_startup.lua
@@ -107,6 +107,7 @@ local settings = {
options = {
mapping_keys = true,
empty_lines_between_mappings = true,
+ disable_statuslines = true,
paddings = { 0, 1, 1, 1, 1, 1, 1 },
},
colors = {
diff --git a/lua/startup/themes/startify.lua b/lua/startup/themes/startify.lua
index acd9869..0a335b3 100644
--- a/lua/startup/themes/startify.lua
+++ b/lua/startup/themes/startify.lua
@@ -56,6 +56,7 @@ local settings = {
options = {
mapping_keys = false,
empty_line_between_mappings = false,
+ disable_statuslines = true,
paddings = { 1, 2, 2, 3 },
},
mappings = {