fix wezterm mux sync issues
This commit is contained in:
parent
7f336f5055
commit
56462aca75
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
--
|
--
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"folke/noice.nvim",
|
"folke/noice.nvim",
|
||||||
commit = "d9328ef",
|
-- commit = "d9328ef",
|
||||||
enabled = true,
|
enabled = true,
|
||||||
opts = {
|
opts = {
|
||||||
cmdline = {
|
cmdline = {
|
||||||
|
|
Loading…
Reference in a new issue