Skip to main content
1 of 2
user avatar
user avatar

I finally got it! It was the spell check in the terminal causing the issue! I added this to my config:

autocmd TermOpen * set nospell 

Now it doesn't highlight in the terminal.

user41754