diff --git a/dots/.config/nvim/lua/core/options.lua b/dots/.config/nvim/lua/core/options.lua index d416fc3a..03960a34 100755 --- a/dots/.config/nvim/lua/core/options.lua +++ b/dots/.config/nvim/lua/core/options.lua @@ -139,6 +139,9 @@ 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