diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/dark/view.lua | 2 | ||||
-rw-r--r-- | themes/light/view.lua | 2 | ||||
-rw-r--r-- | themes/term/view.lua | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/themes/dark/view.lua b/themes/dark/view.lua index c5bc0761..f246c681 100644 --- a/themes/dark/view.lua +++ b/themes/dark/view.lua @@ -100,7 +100,7 @@ buffer.auto_c_choose_single = true --buffer.auto_c_max_width = -- Call Tips. -buffer.call_tip_use_style = 0 +--buffer.call_tip_use_style = -- Folding. buffer.fold_flags = c.SC_FOLDFLAG_LINEAFTER_CONTRACTED diff --git a/themes/light/view.lua b/themes/light/view.lua index a21a92eb..23562a68 100644 --- a/themes/light/view.lua +++ b/themes/light/view.lua @@ -100,7 +100,7 @@ buffer.auto_c_choose_single = true --buffer.auto_c_max_width = -- Call Tips. -buffer.call_tip_use_style = 0 +--buffer.call_tip_use_style = -- Folding. buffer.fold_flags = c.SC_FOLDFLAG_LINEAFTER_CONTRACTED diff --git a/themes/term/view.lua b/themes/term/view.lua index aaab37ac..0b76efa2 100644 --- a/themes/term/view.lua +++ b/themes/term/view.lua @@ -98,7 +98,7 @@ buffer.auto_c_choose_single = true --buffer.auto_c_max_width = -- Call Tips. -buffer.call_tip_use_style = 0 +--buffer.call_tip_use_style = -- Folding. --buffer.fold_flags = c.SC_FOLDFLAG_LINEAFTER_CONTRACTED |