Skip to content

Commit

Permalink
change smth
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant-the-coder committed Dec 11, 2024
1 parent b89d4c8 commit d6bc783
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions lua/modules/lsp/null-ls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ null_ls.setup({
"--fast",
"--quiet",
"--target-version",
"py38",
"py39",
"py310",
"py311",
"py312",
"-l",
vim.opt_local.colorcolumn:get()[1] or "88",
}
Expand Down
10 changes: 5 additions & 5 deletions lua/modules/treesitter/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ ts({
"lewis6991/nvim-treesitter-context",
-- after = "nvim-treesitter",
ft = { "rust", "python" },
opts = {
enable = true, -- Enable this plugin (Can be enabled/disabled later via commands)
throttle = true, -- Throttles plugin updates (may improve performance)
max_lines = 0, -- How many lines the window should span. Values <= 0 mean no limit.
},
-- opts = {
-- enable = true, -- Enable this plugin (Can be enabled/disabled later via commands)
-- throttle = true, -- Throttles plugin updates (may improve performance)
-- max_lines = 0, -- How many lines the window should span. Values <= 0 mean no limit.
-- },
})

return ts

0 comments on commit d6bc783

Please sign in to comment.