Skip to content

Add disable_coordinates option to builtin.buffers #3450

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Mo-tmd
Copy link

@Mo-tmd Mo-tmd commented Apr 17, 2025

Add disable_coordinates option to builtin.buffers to skip showing line number

Fixes #2607 (partly)

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

require('telescope').setup{
  pickers = {
    buffers = {
      disable_coordinates = true
    }
  }
}

And then :Telescope buffers. Line number is no longer visible.

Configuration:

  • 0.10.1:
  • Operating system and version:

Checklist:

  • My code follows the style guidelines of this project (stylua)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (lua annotations)

Add disable_coordinates option to builtin.buffers to skip showing line
number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add disable_coordinates for buffer picker
1 participant