Is it possible to get vim syntax highlighting in ConEmu?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Note. Some updated information may exists on the project site.
Well, builds since 130120 supports 256 colors in vim. You need to
Edit your vimrc file, sample lines are here. Of course, you need some 256-color vim scheme, it is zenburn in the last line of this example.
And “vim” must be
vim.exeATM.Note. ‘Original’ Vim (Win32 console executable from gvim##.exe and vim##w32.zip) passed tests. MinGW’s Vim fails to switch to using Ansi sequences.