aboutsummaryrefslogtreecommitdiff
path: root/lua/startup/themes
diff options
context:
space:
mode:
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 1e80dfc..1041ecf 100644
--- a/lua/startup/themes/default.lua
+++ b/lua/startup/themes/default.lua
@@ -59,6 +59,7 @@ local settings = {
options = {
mapping_keys = true,
+ cursor_column = 0.5,
empty_lines_between_mappings = true,
disable_statuslines = true,
paddings = { 1, 3, 3, 0 },
diff --git a/lua/startup/themes/evil_startup.lua b/lua/startup/themes/evil_startup.lua
index 390ba83..d417cbf 100644
--- a/lua/startup/themes/evil_startup.lua
+++ b/lua/startup/themes/evil_startup.lua
@@ -106,6 +106,7 @@ local settings = {
options = {
mapping_keys = true,
+ cursor_column = 0.5,
empty_lines_between_mappings = true,
disable_statuslines = true,
paddings = { 0, 1, 1, 1, 1, 1, 1 },
diff --git a/lua/startup/themes/startify.lua b/lua/startup/themes/startify.lua
index 0a335b3..3744a51 100644
--- a/lua/startup/themes/startify.lua
+++ b/lua/startup/themes/startify.lua
@@ -55,6 +55,7 @@ local settings = {
},
options = {
mapping_keys = false,
+ cursor_column = 0.25,
empty_line_between_mappings = false,
disable_statuslines = true,
paddings = { 1, 2, 2, 3 },