···6666| registers | table container for register overrides | `{ }` |
6767| registers.yank_register | default register to yank from popup to | `"+"` |
6868| persist_type | string defining persistence type "sqlite" or nil | `nil` |
6969+| db_path | string defining database file path for use with sqlite persistence | plugin install directory |
697070717172#### Example Configuration
···123124Note: The database can be cleared with the `:YankBankClearDB` command or by deleting the db file (found in the plugin install directory by default).
124125125126If you run into any SQL related issues, please file an issue on GitHub. (As a temporary fix, you can also try clearing the database)
127127+128128+129129+If you run into permissions issues when creating the db file (i.e. when installing using Nix), use the `db_path` option to change the default file path. (`vim.fn.stdpath("data")` should work)
126130127131## Usage
128132