summaryrefslogtreecommitdiff
path: root/fnl/plugins/treesitter-context.fnl
blob: f7730bd1ee6b631e2176f098ce288523ddcf80f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;; Sticky context headers while scrolling.

(local opts {:enable true
             :max_lines 3
             :min_window_height 0
             :line_numbers true
             :multiline_threshold 20
             :trim_scope :outer
             :mode :cursor
             :separator nil
             :zindex 20})

{1 :nvim-treesitter/nvim-treesitter-context :event [:BufReadPre :BufNewFile] : opts}