Quramy / tsuquyomi

A Vim plugin for TypeScript
http://www.vim.org/scripts/script.php?script_id=5151
1.39k stars 72 forks source link

Question: how to disable on diff view? #261

Open radmen opened 5 years ago

radmen commented 5 years ago

First of all, thank you for the plugin. It's really helpful for everyday development.

There's one thing that bothers me though - slow diffs of TS file. Here I'm talking in the context of diff generated by git difftool.

I've gone through #171 and it's true that only first load of *.ts file takes some time. Yet, every diff loads for the first time vim so it takes time :)

I was wondering - is it possible to disable plugin when VIM is in diff mode?