Revert "refactor(nvim): disable termsync"

Upstream resolved this issue
This commit is contained in:
Price Hiller 2023-11-18 17:26:24 -06:00
parent 3b7292a070
commit 0bcf84c984
No known key found for this signature in database

View File

@ -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