···11-*yankbank-nvim.txt* For Neovim >= 0.7.0 Last change: 2025 August 15
11+*yankbank-nvim.txt* For Neovim >= 0.7.0 Last change: 2026 January 02
2233==============================================================================
44Table of Contents *yankbank-nvim-table-of-contents*
···199199recommended. If persistence is enabled, sqlite.lua will be used to create a
200200persistent store for recent yanks in the plugin root directory. To utilize
201201sqlite persistence, `"kkharji/sqlite.lua"` must be added as a dependency in
202202-your config, and `persist_type` must be set to `"sqlite"`
202202+your config, and `persist_type` must be set to `"sqlite"`:
203203204204>lua
205205 -- lazy
···215215 }
216216<
217217218218-Note:The database can be cleared with the `:YankBankClearDB` command or by
218218+Note: The database can be cleared with the `:YankBankClearDB` command or by
219219deleting the db file (found in the plugin install directory by default).
220220221221If you run into any SQL related issues, please file an issue on GitHub. (As a