summaryrefslogtreecommitdiff
path: root/.config/nvim/after/plugin/treesitter-context.lua
blob: 27af4e83554d6c0a431764edc22f0dc60cdf2d70 (plain) (blame)
1
2
3
4
5
6
7
8
require('treesitter-context').setup {
	enable = true,
	max_lines = 2,
	multiline_threshold = 2,
	line_numbers = true,
	trim_scope = 'inner',
	mode = 'cursor',
}