mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-13 02:44:39 +02:00
perf(yanky): remove performance optim for sqlite since it has been merged upstream
This commit is contained in:
parent
c70a78e631
commit
f25ac504b8
1 changed files with 0 additions and 6 deletions
|
@ -28,11 +28,5 @@ return {
|
||||||
{ "=p", "<Plug>(YankyPutAfterFilter)", desc = "Put After Applying a Filter" },
|
{ "=p", "<Plug>(YankyPutAfterFilter)", desc = "Put After Applying a Filter" },
|
||||||
{ "=P", "<Plug>(YankyPutBeforeFilter)", desc = "Put Before Applying a Filter" },
|
{ "=P", "<Plug>(YankyPutBeforeFilter)", desc = "Put Before Applying a Filter" },
|
||||||
},
|
},
|
||||||
config = function(_, opts)
|
|
||||||
require("yanky").setup(opts)
|
|
||||||
local sqlite = require("yanky.storage.sqlite")
|
|
||||||
local push = sqlite.push
|
|
||||||
sqlite.push = vim.schedule_wrap(push)
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue