presenting.vim icon indicating copy to clipboard operation
presenting.vim copied to clipboard

Bug when disabling syntax highlighting.

Open GScripter opened this issue 3 years ago • 3 comments

I like to use the plugin with syntax highlighting disabled, as it makes moving faster, but when I disable the syntax, these "Tags" appear on the side and I can't delete.

File Type MarkDown Screenshot_20220213-202638

GScripter avatar Feb 13 '22 22:02 GScripter

Hey @GabrielSantos198, thanks for using presenting.vim!

This is a feature, not a bug :D We use a custom syntax HL to improve how e.g. table or headers are rendered, but, and this is the downside, we have to mark these lines: the <<tr>>, <<ht>>, <h1> you see.

Right now I can't think of a quick way of fixing this, except maybe using an older version which does not have this feature enabled. 9fb8ccc626cda329c08a35c1df8deff67768a537 should do the trick.

I'm not planning to changing this right now, but I'm open for suggestions.

I should also mention that there are other alternatives to presenting.vim like https://github.com/Chaitanyabsprip/present.nvim

sotte avatar Feb 15 '22 20:02 sotte

@sotte Thanks for the answer

GScripter avatar Feb 15 '22 23:02 GScripter

I got the same issue even when enabling it "syntax on"

dvianabarbosa avatar Jun 02 '22 09:06 dvianabarbosa