summaryrefslogtreecommitdiffstats
path: root/core/overrides/treesittercontext.lua
blob: 8a60704938e90f76e97aa85af68630a949fd28c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
require('treesitter-context').setup {
  enable = true,
  max_lines = 1,
  patterns = {
    default = {
      'function',
    },
  },
}