You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
265 B

  1. require('treesitter-context').setup{
  2. enable = true,
  3. max_lines = 0,
  4. min_window_height = 0,
  5. line_numbers = true,
  6. multiline_threshold = 20,
  7. trim_scope = 'outer',
  8. mode = 'cursor',
  9. separator = nil,
  10. zindex = 20,
  11. on_attach = nil,
  12. }