darkcloud-nvimconfig/vim/config/plugins/smartyank.lua

23 lines
344 B
Lua
Raw Normal View History

2024-08-12 15:53:09 -04:00
require("smartyank").setup {
validate_yank = false,
highlight = {
enabled = false,
},
clipboard = {
enabled = true,
},
tmux = {
enabled = true,
cmd = { "tmux", "set-buffer", "-w" },
},
osc52 = {
enabled = true,
ssh_only = true,
silent = true,
},
}