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.exrc = true
|
||||
vim.opt.ttimeoutlen = 0
|
||||
|
||||
vim.opt.termsync = false
|
||||
|
||||
-- local osc52 = require("vim.ui.clipboard.osc52")
|
||||
--
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
return {
|
||||
"folke/noice.nvim",
|
||||
commit = "d9328ef",
|
||||
-- commit = "d9328ef",
|
||||
enabled = true,
|
||||
opts = {
|
||||
cmdline = {
|
||||
|
|
Loading…
Reference in a new issue