@@ -31,11 +31,13 @@ Table of Contents *project-nvim.toc*
31316. Telescope | project-nvim.telescope |
3232 6.1. Telescope Mappings | project-nvim.telescope.maps |
33337. Commands | project-nvim.commands |
34- 7.1. `:ProjectAdd` | :ProjectAdd |
35- 7.2. `:ProjectRoot` | :ProjectRoot |
36- 7.3. `:ProjectConfig` | :ProjectConfig |
37- 7.4. `:ProjectRecents` | :ProjectRecents |
38- 7.5. `:ProjectDelete` | :ProjectDelete |
34+ 7.1. `:ProjectFzf` | :ProjectFzf |
35+ 7.2. `:ProjectTelescope` | :ProjectTelescope |
36+ 7.3. `:ProjectAdd` | :ProjectAdd |
37+ 7.4. `:ProjectRoot` | :ProjectRoot |
38+ 7.5. `:ProjectConfig` | :ProjectConfig |
39+ 7.6. `:ProjectRecents` | :ProjectRecents |
40+ 7.7. `:ProjectDelete` | :ProjectDelete |
39418. API | project-nvim.api |
4042 8.1. `get_project_root ()` | project-nvim.get_project_root() |
4143 8.2. `get_recent_projects ()` | project-nvim.get_recent_projects() |
@@ -520,16 +522,35 @@ Table of Contents *project-nvim.toc*
5205227. Commands *project-nvim.commands*
521523
522524 There are a bunch of user commands you can call from the cmdline.
523- Some of them might be incomplete and/or reworked in the future.
524525
526+ NOTE: Some of these might be incomplete and/or reworked in the future. ~
525527
528+
529+ *ProjectFzf* *:ProjectFzf*
526530`:ProjectFzf`
527531
528- This command is only enabled if you have `fzf-lua` installed ~
532+ This command is only enabled ~
533+ if you have `fzf-lua` installed ~
534+
535+ The `:ProjectFzf` command is a
536+ dynamicly enabled User Command that runs
537+ `project.nvim` through `fzf- lua ` .
538+ For now it just executes
539+ `require (' project' ).run_fzf_lua ()`
540+
541+
542+ *ProjectTelescope* *:ProjectTelescope*
543+ `:ProjectTelescope`
544+
545+ This command is only enabled if you have ~
546+ both `telescope.nvim` and have loaded ~
547+ the `projects` picker ~
548+ (see |project-nvim.telescope|) ~
529549
530- The `:ProjectFzf` command is a dynamicly enabled User Command that runs
531- `project.nvim` through `fzf- lua ` .
532- For now it just executes `require (' project' ).run_fzf_lua ()`
550+ The `:ProjectTelescope` command is a
551+ dynamicly enabled User Command
552+ that runs the Telescope `projects` picker.
553+ A shortcut, really
533554
534555
535556 *ProjectAdd* *:ProjectAdd*
0 commit comments