remove paste osc52
This commit is contained in:
@@ -25,7 +25,7 @@ require("lazy").setup {
|
||||
{ import = "plugins" },
|
||||
},
|
||||
install = { colorscheme = { "tokyonight" } },
|
||||
checker = { enabled = true },
|
||||
checker = { enabled = true, notify = false },
|
||||
}
|
||||
|
||||
vim.cmd [[colorscheme tokyonight]]
|
||||
|
||||
@@ -8,11 +8,7 @@ if vim.env.SSH_CONNECTION then
|
||||
copy = {
|
||||
["+"] = require("vim.ui.clipboard.osc52").copy("+"),
|
||||
["*"] = require("vim.ui.clipboard.osc52").copy("*"),
|
||||
},
|
||||
paste = {
|
||||
["+"] = require("vim.ui.clipboard.osc52").paste("+"),
|
||||
["*"] = require("vim.ui.clipboard.osc52").paste("*"),
|
||||
},
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user