simon50
simon50
How do I override the Operator highlighting?
I assume its [vim-operator-highlight](https://github.com/Valloric/vim-operator-highlight) we're talking about. In the readme it suggests setting for example `g:ophigh_filetypes_to_ignore.markdown = 1` to ignore markdown files. I set `let g:ophigh_filetypes_to_ignore.pandoc = 1` in my...
Executing it inside vim does work but putting it .vimrc doesn't have any effect, for some reason. The result is pretty much what I wanted. I'd like the asterisks used...
I guess it's set to on after .vimrc is applied. Making an autocmd fixes it. Like this: au FileType pandoc hi! link Operator Normal
I found something in `vim-pandoc-syntax/syntax/pandoc.vim` that looked like it could be relevant to the missing colors. Line 505 has: hi link pandocAtxStart Operator and line 539-540: hi link pandocListItemBullet Operator...
I also have this problem (file of 3200 lines). Turning off folding fixes the problem - there's no delay at all. However, when you're editing large files is of course...
I tried setting it but then it gets just as slow as when I have ordinary path.