vim-jsx-typescript icon indicating copy to clipboard operation
vim-jsx-typescript copied to clipboard

React JSX syntax highlighting for vim and Typescript

Results 15 vim-jsx-typescript issues
Sort by recently updated
recently updated
newest added
trafficstars

Thanks for this great plugin! I've noticed that for users writing multi-line generics, the indentation inserts unnecessary characters. into the editor. There are obviously other problems here regarding multi-line /...

Hi ... I see this plugin is all about highlighting, but I'm wondering if you have a recommended solution for indentation too?

Following https://github.com/MaxMEllon/vim-jsx-pretty/issues/114, I was looking for an alternative to `vim-jsx-pretty` for TypeScript, and found this. Unfortunately it seems this plugin also suffers from the same bug when inside a `tsx`...

I have three plugins installed using Vundle. This is my .vimrc: ``` set nocompatible filetype off set shell=/bin/bash " set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim...

there are are few plugins doing similar things, will this one work alongside vim-jsx-improve(which needs disabling vim-javascript)? or this one is a superset?