Weird Vim configuration on Ubuntu Bash for Windows
Weird Vim configuration on Ubuntu Bash for Windows
First screenshot
Second Screnshot
I am using Ubuntu Bash for Windows and installed the ultimate vimrc from https://github.com/amix/vimrc
However, now I get this weird highlighting over my code in vim.
Any suggestions on how to get rid of it?
set t_Co=256
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
set t_Co=256
may fix the problem with the background color.– Sergio
Jun 30 at 6:04