Add for config.highlight_current_line new variant: no_selection

This commit is contained in:
Jipok
2021-12-20 16:23:01 +05:00
parent 2e9619f630
commit c353dd6eda
2 changed files with 15 additions and 5 deletions
+1
View File
@@ -13,6 +13,7 @@ config.undo_merge_timeout = 0.3
config.max_undos = 10000
config.max_tabs = 8
config.always_show_tabs = true
-- Possible values: false, true, "no_selection"
config.highlight_current_line = true
config.line_height = 1.2
config.indent_size = 2