Neovim plugin improving access to clipboard history (mirror)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: auto-generate vimdoc

+3 -3
+3 -3
doc/yankbank-nvim.txt
··· 1 - *yankbank-nvim.txt* For Neovim >= 0.7.0 Last change: 2025 August 15 1 + *yankbank-nvim.txt* For Neovim >= 0.7.0 Last change: 2026 January 02 2 2 3 3 ============================================================================== 4 4 Table of Contents *yankbank-nvim-table-of-contents* ··· 199 199 recommended. If persistence is enabled, sqlite.lua will be used to create a 200 200 persistent store for recent yanks in the plugin root directory. To utilize 201 201 sqlite persistence, `"kkharji/sqlite.lua"` must be added as a dependency in 202 - your config, and `persist_type` must be set to `"sqlite"` 202 + your config, and `persist_type` must be set to `"sqlite"`: 203 203 204 204 >lua 205 205 -- lazy ··· 215 215 } 216 216 < 217 217 218 - Note:The database can be cleared with the `:YankBankClearDB` command or by 218 + Note: The database can be cleared with the `:YankBankClearDB` command or by 219 219 deleting the db file (found in the plugin install directory by default). 220 220 221 221 If you run into any SQL related issues, please file an issue on GitHub. (As a