From 0bcf84c9849a01721f5f2c92b84aa11eb9dc386e Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 18 Nov 2023 17:26:24 -0600 Subject: [PATCH] Revert "refactor(nvim): disable termsync" Upstream resolved this issue --- dots/.config/nvim/lua/core/options.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/dots/.config/nvim/lua/core/options.lua b/dots/.config/nvim/lua/core/options.lua index 03960a34..d416fc3a 100755 --- a/dots/.config/nvim/lua/core/options.lua +++ b/dots/.config/nvim/lua/core/options.lua @@ -139,9 +139,6 @@ M.setup = function() -- Allow per project configuration via exrc opt.exrc = true - - -- Disable termsync, this fucks with Wezterm big time - opt.termsync = false end return M