Vim Errors from lh plugin?
I keep receiving this error whenever I open markdown files. I'm assuming it's an lh
plugin in my autoload folder.
Vim:E492: Not an editor command: Brackets < > -visual=0 -open=function('lh#html#brackets#lt') -clos=function('lh#html#brackets#gt')
I've removed the folder, but still no luck. I'm unsure of how to go about debugging this, and was wondering if anyone could help me out?
Basically,开发者_如何学Go that error pops up, and then I lose any syntax highlighting in vim, as well as the ability to use other plugins — fugitive
, etc.
Thanks for any help.
You have to install lh-brackets, which requires in turn lh-vim-lib.
May I ask where did you get the ftplugin that was requiring my bracketing plugin ? (as I don't know many users using it, I'm quite curious ^^)
精彩评论