fix(yanky): load yanky earlier to avoid losing deleted lines (#3234)

This commit is contained in:
dotfrag
2024-05-19 18:25:00 +03:00
committed by GitHub
parent ad22adab7d
commit 93c156a0a5

View File

@ -3,6 +3,7 @@ return {
"gbprod/yanky.nvim",
recommended = true,
desc = "Better Yank/Paste",
event = "LazyFile",
opts = {
highlight = { timer = 150 },
},