tomaskallup

Results 34 comments of tomaskallup

Might be related to #97, would you mind trying my fork? I have a WIP version for destructuring parameters

Hi, I installed your plugin and so far it's the best Typescript one I found, but I'm facing one issue: For some reason JSX tags with first letter being capitalized,...

Another thing: Is there any reason why TSX uses the `typescriptreact` filetype? This breaks all of my other plugins, because they only look for `typescript`, `typescript.tsx` or `typescript.jsx` filetype 😕

For example I use ALE for linting (it uses `tslint` and `tsserver`) or completor for omnicompletion, I have completor-typesciprt which adds support for typescript. Those two rely on said filetypes

Completor used to have something similiar, but I don't see the reason to use this filetype, all other plugins use `typescript.jsx` or `typescript.tsx` and for the javascript ones it's the...

@HerringtonDarkholme I have it changed localy, I could push it and create PR

I tried replicating on my system and it seemed fine tsx: ts: Could you maybe provide a file which breaks? @mklopets

Again this seems fine in my vim. Please add this to your vimrc: ```vim function! SynStack() if !exists("*synstack") return endif echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")') endfunc ``` Then go to...

@mklopets Seems like you have some other plugin which tries to highlight, I don't think `foldBraces` comes from yats. Could you check what other plugins you have?

Well on clean installation it isn't, so there has to be something messing it up. That's why I'm asking for other plugins you might have, because I'm unable to replicate...