nvim-telescope / telescope.nvim

Find, Filter, Preview, Pick. All lua, all the time.
MIT License
15.84k stars 835 forks source link

Not playing nicely with startify #207

Closed pwntester closed 3 years ago

pwntester commented 3 years ago

First of all, this may be a problem in my config, but so far it doesnt look like it ...

The problem is that when I start nvim and the startify buffer is presented. If I popup a telescope picker and pick a file (eg: oldfiles) then the winhl option (TelescopeNormal) and the rest of window options (nonumber, etc) are applied to main window where the file is opened.

@tjdevries since you use Startify as well, could you please try to reproduce the issue and see if its something on my end? Thanks!

pwntester commented 3 years ago

I tracked this down with startify buffer being not listed here

This can be reproduced by setlocal nobuflisted in any buffer and then running a Telescope picker that opens a new buffer

@mhinz In the meantime, do you think it is possible to unset this option on startify buffer since its gonna be wiped out anyway?