Skip to content

Allow for open_buffer_indicators = false to disable indicators#105

Open
jesseleite wants to merge 2 commits intodanielfalk:mainfrom
jesseleite:disablable-open-buffer-indicators
Open

Allow for open_buffer_indicators = false to disable indicators#105
jesseleite wants to merge 2 commits intodanielfalk:mainfrom
jesseleite:disablable-open-buffer-indicators

Conversation

@jesseleite
Copy link

I realize many people may want open buffer indicators, but for those who wish to disable them, this PR allows them to disable the indicators column completely:

require('telescope').extensions.smart_open.smart_open({
  prompt_title = 'Smart Open Files',
  open_buffer_indicators = false,
})

Before
CleanShot 2026-01-11 at 00 49 28

After
CleanShot 2026-01-11 at 00 43 21

Closes #38

Signed-off-by: Jesse Leite <git@jesseleite.com>
Signed-off-by: Jesse Leite <git@jesseleite.com>
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.

Option to hide open buffer indicators

1 participant

Comments