File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 37
37
})
38
38
39
39
ts ({
40
+ enabled = false ,
40
41
" lewis6991/nvim-treesitter-context" ,
41
42
-- after = "nvim-treesitter",
42
43
ft = { " rust" , " python" },
43
- -- opts = {
44
- -- enable = true, -- Enable this plugin (Can be enabled/disabled later via commands)
45
- -- throttle = true, -- Throttles plugin updates (may improve performance)
46
- -- max_lines = 0, -- How many lines the window should span. Values <= 0 mean no limit.
47
- -- },
44
+ opts = {
45
+ enable = true , -- Enable this plugin (Can be enabled/disabled later via commands)
46
+ throttle = true , -- Throttles plugin updates (may improve performance)
47
+ max_lines = 50 , -- How many lines the window should span. Values <= 0 mean no limit.
48
+ },
48
49
})
49
50
50
51
return ts
You can’t perform that action at this time.
0 commit comments