Skip to content

Commit

Permalink
perf(yanky): remove performance optim for sqlite since it has been me…
Browse files Browse the repository at this point in the history
…rged upstream
  • Loading branch information
folke committed May 15, 2024
1 parent c70a78e commit f25ac50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lua/lazyvim/plugins/extras/coding/yanky.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,5 @@ return {
{ "=p", "<Plug>(YankyPutAfterFilter)", desc = "Put After 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,
},
}

0 comments on commit f25ac50

Please sign in to comment.