File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -259,10 +259,8 @@ opts = {}
259259
260260``` lua
261261opts = {
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
Original file line number Diff line number Diff 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" },
You can’t perform that action at this time.
0 commit comments