olimorris / persisted.nvim

💾 Simple session management for Neovim with git branching, autoloading and Telescope support
MIT License
418 stars 24 forks source link

feat: Allow options to be set in Telescope setup #55

Closed rafi closed 1 year ago

rafi commented 1 year ago

For example:

require('telescope').setup({
  defaults = {
    …
  },
  extensions = {
    persisted = {
      layout_config = { width = 0.55, height = 0.55 }
    }
  }
})
olimorris commented 1 year ago

Really appreciate the PR and vim-config is a fantastic repository.

I've just updated the readme so many thanks!