refactor(nvim): disable termsync

This commit is contained in:
Price Hiller 2023-11-15 03:02:32 -06:00
parent 2448587f86
commit 1a336305ed
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

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