mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
perf(yanky): switch to shada backend. It seems much faster than sqlite
This commit is contained in:
parent
180d9516fd
commit
434883632c
1 changed files with 0 additions and 2 deletions
|
@ -2,10 +2,8 @@ return {
|
||||||
-- better yank/paste
|
-- better yank/paste
|
||||||
{
|
{
|
||||||
"gbprod/yanky.nvim",
|
"gbprod/yanky.nvim",
|
||||||
dependencies = not LazyVim.is_win() and { "kkharji/sqlite.lua" } or {},
|
|
||||||
opts = {
|
opts = {
|
||||||
highlight = { timer = 150 },
|
highlight = { timer = 150 },
|
||||||
ring = { storage = LazyVim.is_win() and "shada" or "sqlite" },
|
|
||||||
},
|
},
|
||||||
keys = {
|
keys = {
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue