On Fri, Jul 31, 2020 at 12:11:19PM +0300, Anton Shepelev wrote: > Hello, all > > I have a problem with the beautiful vim-kolor plugin
Why don't you use regular settings for colorization of specific file types? With `:filetype on' in your vimrc, colorization should be set to the best use. Using the molokai colorscheme in gvim on a markdown file, bold is stone-red, italic is italicized, code (html for digraphs) is light-blue. Works out of the box! Indeed you may have to invest some time finding a nice colorscheme that also fits your needs to display the markup. With some efford you also can change a colorscheme's internals to tweak displaying at your needs. Maybe just a simpler solution... //meine -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20200801133943.GA1565%40trackstand.
