remove manual osc52 config, autodetect should now work
This commit is contained in:
parent
fc2b1e2931
commit
1bb84ebd6d
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
vim.g.clipboard = {
|
|
||||||
name = "OSC 52",
|
|
||||||
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("*"),
|
|
||||||
},
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue