aboutsummaryrefslogtreecommitdiff
path: root/themes/light/view.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/view.lua')
-rw-r--r--themes/light/view.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/light/view.lua b/themes/light/view.lua
index 5527120e..62d047f5 100644
--- a/themes/light/view.lua
+++ b/themes/light/view.lua
@@ -42,6 +42,10 @@ buffer:marker_define(c.SC_MARKNUM_FOLDEREND, c.SC_MARK_EMPTY)
buffer:marker_define(c.SC_MARKNUM_FOLDEROPENMID, c.SC_MARK_EMPTY)
buffer:marker_define(c.SC_MARKNUM_FOLDERMIDTAIL, c.SC_MARK_EMPTY)
+-- annotations
+buffer.annotation_visible = 2
+buffer.annotation_style_offset = 512
+
-- various
buffer.call_tip_use_style = 0
buffer:set_fold_flags(16)