Skip to content

Commit d6bc783

Browse files
change smth
1 parent b89d4c8 commit d6bc783

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

lua/modules/lsp/null-ls.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

lua/modules/treesitter/plugins.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ ts({
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

5050
return ts

0 commit comments

Comments
 (0)