SmiteshP / nvim-navbuddy

A simple popup display that provides breadcrumbs feature using LSP server
Apache License 2.0
770 stars 30 forks source link

fix(telescope): Explicit layout strategy #44

Closed rafi closed 1 year ago

rafi commented 1 year ago

Problem: When user configures Telescope with defaults.layout_strategy = 'flex' or 'vertical', hitting t in Navbuddy, for the telescope picker, produces error:

Unsupported layout_config key for the flex strategy: preview_width

Solution: Set layout strategy to horizontal.