aboutsummaryrefslogtreecommitdiff
path: root/themes/light
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light')
-rw-r--r--themes/light/view.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/light/view.lua b/themes/light/view.lua
index 62d047f5..5527120e 100644
--- a/themes/light/view.lua
+++ b/themes/light/view.lua
@@ -42,10 +42,6 @@ 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)