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 3737})
3838
3939ts ({
40+ enabled = false ,
4041 " lewis6991/nvim-treesitter-context" ,
4142 -- after = "nvim-treesitter",
4243 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+ },
4849})
4950
5051return ts
You can’t perform that action at this time.
0 commit comments