olimorris / persisted.nvim

💾 Simple session management for Neovim with git branching, autoloading and Telescope support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] telescope extension not support width = { val, min, max }

adoyle-h opened this issue · comments

My default telescope config:

layout_config = {
  vertical = {
    height = { 0.8, min = 30, max = 80 },
    width = { 0.8, min = 80, max = 130 }
  }
}

persisted telescope extension will throw an error.

The extension should use the resolver.resolve_width() .

commented

Tbh my knowledge with all things Telescope is minimal these days. Happy to accept a PR.