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

Configure Feed

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

doc: auto-generate vimdoc

+7 -2
+7 -2
doc/yankbank-nvim.txt
··· 1 - *yankbank-nvim.txt* For Neovim >= 0.7.0 Last change: 2024 September 27 1 + *yankbank-nvim.txt* For Neovim >= 0.7.0 Last change: 2024 October 28 2 2 3 3 ============================================================================== 4 4 Table of Contents *yankbank-nvim-table-of-contents* ··· 91 91 | focus_gain_poll | boolean | `nil` | | registers | table container for 92 92 register overrides | `{ }` | | registers.yank_register | default register to 93 93 yank from popup to | `"+"` | | persist_type | string defining persistence type 94 - "sqlite" or nil | `nil` | 94 + "sqlite" or nil | `nil` | | db_path | string defining database file path for 95 + use with sqlite persistence | plugin install directory | 95 96 96 97 97 98 EXAMPLE CONFIGURATION ··· 162 163 163 164 If you run into any SQL related issues, please file an issue on GitHub. (As a 164 165 temporary fix, you can also try clearing the database) 166 + 167 + If you run into permissions issues when creating the db file (i.e. when 168 + installing using Nix), use the `db_path` option to change the default file 169 + path. (`vim.fn.stdpath("data")` should work) 165 170 166 171 167 172 USAGE *yankbank-nvim-yankbank-usage*