fix wezterm mux sync issues

This commit is contained in:
Andy Teijelo 2024-11-11 20:00:38 -05:00
parent 7f336f5055
commit 56462aca75
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
vim.opt.foldenable = false vim.opt.foldenable = false
vim.opt.exrc = true vim.opt.exrc = true
vim.opt.ttimeoutlen = 0 vim.opt.ttimeoutlen = 0
vim.opt.termsync = false
-- local osc52 = require("vim.ui.clipboard.osc52") -- local osc52 = require("vim.ui.clipboard.osc52")
-- --

View file

@ -1,6 +1,6 @@
return { return {
"folke/noice.nvim", "folke/noice.nvim",
commit = "d9328ef", -- commit = "d9328ef",
enabled = true, enabled = true,
opts = { opts = {
cmdline = { cmdline = {