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({
1919 " --fast" ,
2020 " --quiet" ,
2121 " --target-version" ,
22+ " py38" ,
23+ " py39" ,
2224 " py310" ,
25+ " py311" ,
26+ " py312" ,
2327 " -l" ,
2428 vim .opt_local .colorcolumn :get ()[1 ] or " 88" ,
2529 }
Original file line number Diff line number Diff line change 4040 " lewis6991/nvim-treesitter-context" ,
4141 -- after = "nvim-treesitter",
4242 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+ -- },
4848})
4949
5050return ts
You can’t perform that action at this time.
0 commit comments