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

Configure Feed

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

corrected sql -> sqlite3 in README

+1 -1
+1 -1
README.md
··· 72 72 navigation_prev = "k", 73 73 }, 74 74 num_behavior = "prefix", 75 - persist_type = "sql", 75 + persist_type = "sqlite", 76 76 persist_path = "/tmp/yankbank.db", 77 77 }) 78 78 end,