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