mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
fix(yanky): load yanky earlier to avoid losing deleted lines (#3234)
This commit is contained in:
parent
ad22adab7d
commit
93c156a0a5
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ return {
|
|||
"gbprod/yanky.nvim",
|
||||
recommended = true,
|
||||
desc = "Better Yank/Paste",
|
||||
event = "LazyFile",
|
||||
opts = {
|
||||
highlight = { timer = 150 },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue