···11-*yankbank-nvim.txt* For Neovim >= 0.7.0 Last change: 2024 September 27
11+*yankbank-nvim.txt* For Neovim >= 0.7.0 Last change: 2024 October 28
2233==============================================================================
44Table of Contents *yankbank-nvim-table-of-contents*
···9191| focus_gain_poll | boolean | `nil` | | registers | table container for
9292register overrides | `{ }` | | registers.yank_register | default register to
9393yank from popup to | `"+"` | | persist_type | string defining persistence type
9494-"sqlite" or nil | `nil` |
9494+"sqlite" or nil | `nil` | | db_path | string defining database file path for
9595+use with sqlite persistence | plugin install directory |
959696979798EXAMPLE CONFIGURATION
···162163163164If you run into any SQL related issues, please file an issue on GitHub. (As a
164165temporary fix, you can also try clearing the database)
166166+167167+If you run into permissions issues when creating the db file (i.e. when
168168+installing using Nix), use the `db_path` option to change the default file
169169+path. (`vim.fn.stdpath("data")` should work)
165170166171167172USAGE *yankbank-nvim-yankbank-usage*