lots of macbook vim stuff

This commit is contained in:
Iwaniuk Krzysztof 2024-06-07 03:14:27 +02:00
parent 5b483a9db7
commit feb59d91c5
20 changed files with 267 additions and 226 deletions

16
lua/plugins/yanky.lua Normal file
View file

@ -0,0 +1,16 @@
return {
{
'gbprod/yanky.nvim',
opts = {
ystem_clipboard = {
sync_with_ring = true,
clipboard_register = nil,
},
highlight = {
on_put = true,
on_yank = true,
timer = 500,
},
},
},
}