Skip to content

Commit af4be7b

Browse files
chore(build): auto-generate docs
1 parent e45dde8 commit af4be7b

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

docs/extras/lang/python.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -259,10 +259,8 @@ opts = {}
259259

260260
```lua
261261
opts = {
262-
settings = {
263-
options = {
264-
notify_user_on_venv_activation = true,
265-
},
262+
options = {
263+
notify_user_on_venv_activation = true,
266264
},
267265
}
268266
```
@@ -277,10 +275,8 @@ opts = {
277275
"linux-cultist/venv-selector.nvim",
278276
cmd = "VenvSelect",
279277
opts = {
280-
settings = {
281-
options = {
282-
notify_user_on_venv_activation = true,
283-
},
278+
options = {
279+
notify_user_on_venv_activation = true,
284280
},
285281
},
286282
-- Call config for Python files and load the cached venv automatically

docs/plugins/treesitter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ opts = {
6464
LazyVim.error("Please restart Neovim and run `:TSUpdate` to use the `nvim-treesitter` **main** branch.")
6565
return
6666
end
67-
vim.cmd.TSUpdate()
67+
TS.update(nil, { summary = true })
6868
end,
6969
lazy = vim.fn.argc(-1) == 0, -- load treesitter early when opening a file from the cmdline
7070
event = { "LazyFile", "VeryLazy" },

0 commit comments

Comments
 (0)