nvim-telescope/telescope.nvim

cwd_only option for marks picker

开放

#3,213 创建于 2024年7月21日

 (0 条评论) (0 个反应) (0 位负责人)Lua (953 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (19,422 个星标)
PR 合并指标
 (平均合并 4小时 23分钟) (30 天内合并 2 个 PR)

描述

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

贡献者指南