Closed dvcrn closed 7 years ago
I can't repro. Could you please read the README and update this issue with the appropriate details?
I figured out what it was. I had vim-polyglot and pangloss/vim-javascript installed at the same time. pangloss/vim-javascript is already in polyglot and that somehow conflicted. Removing either package fixes the indentation issue I had
Hi! Followed both install instructions for this and pangloss/vim-javascript
Code: (|| indicates cursor position)
hitting enter puts the cursor on
instead of
Similar all motions that act on lines like
o
,dd
,cc
put the cursor at the beginning of the line instead of the correctly indented position. This only happens when I uselet g:jsx_ext_required = 0
.Any advise on how I can debug this?