remove osc52

This commit is contained in:
Ray Andrew 2024-11-18 23:40:28 -06:00
parent 12d3c8ba71
commit c5c3412eaf

View file

@ -1012,19 +1012,6 @@ require("lazy").setup({
}, },
}, },
}, },
{
"ojroques/nvim-osc52",
event = "VimEnter",
config = function()
local copy = function()
if vim.v.event.operator == "y" and vim.v.event.regname == "+" then
require("osc52").copy_register("+")
end
end
vim.api.nvim_create_autocmd("TextYankPost", { callback = copy })
end,
},
}, { }, {
ui = { ui = {
-- If you are using a Nerd Font: set icons to an empty table which will use the -- If you are using a Nerd Font: set icons to an empty table which will use the