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

貢獻者指南