nvim-telescope/telescope.nvim

cwd_only option for marks picker

オープン

#3,213 opened on 2024/07/21

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Lua (953 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (19,422 個のスター)
PR merge metrics
 (平均マージ 4h 23m) (30d で 2 merged PRs)

説明

Is your feature request related to a problem? Please describe. I like the builtin.marks() picker, but the fact that it shows all the marks I have across all my projects make it significantly less usable for me. I felt the same way about the oldfiles picker, but that was easily resolved with the cwd_only = true option. Unfortunately that option does not exist for the marks picker.

Describe the solution you'd like Have the marks() picker support the cwd_only option to only show marks in the current working directory instead of all marks across all projects.

Describe alternatives you've considered N/A

コントリビューターガイド