Skip to main content
added 5 characters in body
Source Link
user41754
user41754

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

autocmd TermOpen * setsetlocal nospell 

Now it doesn't highlight in the terminal.

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.

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

autocmd TermOpen * setlocal nospell 

Now it doesn't highlight in the terminal.

Source Link
user41754
user41754

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.