File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -372,10 +372,10 @@ require('project').setup()
372372 ---
373373 --- Note that even if set to `false`, you can still load the extension manually.
374374 --- ---
375- --- Default: `true `
375+ --- Default: `false `
376376 --- ---
377377 --- @type boolean
378- enabled = true ,
378+ enabled = false ,
379379
380380 --- Determines whether the newest projects come first in the
381381 --- telescope picker (`'newest'`), or the oldest (`'oldest'`).
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ Table of Contents *project-nvim.toc*
373373 Note that even if set to `false` ,
374374 you can still load the extension manually
375375
376- Default: `true ` ~
376+ Default: `false ` ~
377377
378378
379379 * {sort} (`' newest' |' oldest' ` )
Original file line number Diff line number Diff line change @@ -144,10 +144,10 @@ local telescope = {}
144144---
145145--- Note that even if set to `false`, you can still load the extension manually.
146146--- ---
147- --- Default: `true `
147+ --- Default: `false `
148148--- ---
149149--- @type boolean
150- telescope .enabled = true
150+ telescope .enabled = false
151151
152152--- Determines whether the newest projects come first in the
153153--- telescope picker (`'newest'`), or the oldest (`'oldest'`).
You can’t perform that action at this time.
0 commit comments