danielfalk / smart-open.nvim

Neovim plugin for fast file-finding
MIT License
498 stars 25 forks source link

Option to hide open buffer indicators #38

Open itainoam opened 1 year ago

itainoam commented 1 year ago

Really cool plugin. Thank you! Similiar to oldfiles in telescope. Would be nice to have a configuration to hide the open_buffer_indicators. Personally I don't find it helpful. It might be just me :)

danielfalk commented 1 year ago

Glad you like it 😃

I'd take a PR for it.

It's hard to say how many people find a thing helpful, but they're there because then smart open can be used more completely as a replacement for buffer management. Some people use a plugin to list buffers, show buffers in a tabline, or use :Telescope buffers etc.