-
Subscribe to this issue and stay notified about new [daily trending repos in Vim script](https://github.com/trending/vim-script?since=daily).
-
After installing [vim-nerdtree-syntax-highlight](https://github.com/tiagofumo/vim-nerdtree-syntax-highlight), I noticed none of my icons were getting colored:
![Screenshot from 2020-05-11 19-46-25]…
-
Using vim-javascript and vim-jsx, JSX indentation is horribly broken. I've reduce to a minimal .vimrc that is attached – same behaviour.
[![asciicast](https://asciinema.org/a/225273.svg)](https://a…
-
I'm facing an issue where two random plugins do not get updated. It's always two, but it would not be the same ones every time. Have you seen this before? Any idea where I could start looking to solve…
-
The wildcard behavior for HTML autocomplete is a great feature. I'm running into the issue however that for standalone tags the autocomplete will run unnecessarily. Also, the wildcard is smart enough …
-
In the following code:
```jsx
const React = require("react");
export default () => (
{/* Hello World! */}
);
```
When testing with `mxw/vim-jsx` and `pangloss/vim-javascript` the …
-
**Describe the bug**
When I write jsx tag for instance Paragraph and press Tab vim switches to visual mode and shifts cursor on few symbols back.
But everything works fine with html tags and emmet.
…
-
I'm using this following plugins:
```
Plugin 'othree/yajs.vim'
Plugin 'othree/es.next.syntax.vim'
Plugin 'mxw/vim-jsx'
```
![syntax-highlight](https://cloud.githubusercontent.com/assets/416585/18424…
-
![image](https://user-images.githubusercontent.com/574575/101318156-32eab780-38a3-11eb-808a-cc1183ff975e.png)
neovim v4.4.0
leafgarland/typescript-vim 9f247d7
peitalin/vim-jsx-typescript 22df470
-
It has come to my attention that this plugin, while very awesome, interferes with the indentation of JSX expressions that exist outside of a template tag.
The plugins I have enabled for Javascript …