I have a strange issue with TypeScript or .ts files in terminal vim. I tried opening it from NERDTree or Control+P.
It finds the file but for some strange reason after I hit the Enter key from Control P it doesn't open, I tried hitting Enter multiple times it only adds lines to the status line at the bottom.
However if I press Ctrl + C it terminates and brings up the .ts content. It only happened recently but I don't know what I've done to cause this. It used to open fine, even though it took more than a second or two.
I am using:
OS: Mac OSX Sierra
Vim in the terminal
I have the following plugins:
- vim-typescript
- tsuquyomi
All I remember doing recently was npm install -g typescript tsc.
Its only happened recently but I don't know what I've done to cause thisThat how you'll know: how do i debug my vimrc – statox Nov 22 '16 at 13:42