File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,11 @@ null_ls.setup({
19
19
" --fast" ,
20
20
" --quiet" ,
21
21
" --target-version" ,
22
+ " py38" ,
23
+ " py39" ,
22
24
" py310" ,
25
+ " py311" ,
26
+ " py312" ,
23
27
" -l" ,
24
28
vim .opt_local .colorcolumn :get ()[1 ] or " 88" ,
25
29
}
Original file line number Diff line number Diff line change 40
40
" lewis6991/nvim-treesitter-context" ,
41
41
-- after = "nvim-treesitter",
42
42
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
- },
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
+ -- },
48
48
})
49
49
50
50
return ts
You can’t perform that action at this time.
0 commit comments