Skip to content

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