Jarosław Glegoła

Results 11 comments of Jarosław Glegoła

I don't think it's really possible. Plugins are only for the language server to show errors inside the IDE's and we don't have really a way to make `tsc` to...

Sorry for the late answer, but I was still getting the same error after the fix, but I wanted to find out what was wrong and in my case it...

Hey! Thanks for your work on this plugin. In majority of cases that I've tested it works really well. I've been testing this for a while and I found two...

I've checked the newest commit and now it works well. About the 3. you were right: ```lua vt[#vt + 1] = hint.paddingLeft and { " ", "None" } or nil...

If you have hints at the end of a line, it means that you have this plugin version from "main" branch and you need version from "anticonceal" branch. Packer has...

Hey I'm using `nvim` with `typescript-language-server` and `mason` and it works for me. If you've followed every step from readme it should work out of the box.

Could you share you vim config?

Hey! There is new version that should be faster. You can install and check version 2.2.2-beta.4 and see if it works for you. #67

published with 2.3.0 version on npm

@arn4v have you tried `tsc-strict -p ./otherProject/tsconfig.json`?