-
I want to use the plugin with javascript files, jsx in fact.
I'm using https://github.com/mxw/vim-jsx plugin which sets the filetype of `*.js` files to:
```
:set ft?
filetype=javascript.jsx
```
I've…
-
Subscribe to this issue and stay notified about new [weekly trending repos in Vim script](https://github.com/trending/vim-script?since=weekly).
-
See https://github.com/mxw/vim-jsx/issues/148 - this is some discussion of this being an issue with vim-javascript, not vim-jsx
![screenshot-2017-11-01_14 11 20](https://user-images.githubuserconte…
naveg updated
7 years ago
-
To enable, add enable_quotes = true in lua config.
- [ ] astro
- [ ] bash
- [x] c
- [x] cpp
- [ ] elm
- [x] go
- [x] html
- [x] javascript
- [x] jsx
- [ ] julia
- [x] lua
- [x] perl
- […
-
Why `:LspStatus` returns `typescript-language-server:` not running ?
Please show me how to run `typescript-language-server` in neovim.
```
$ vi helloworld.js
:PlugInstall
:LspInstallServer
:LspS…
-
### Neovim version (nvim -v)
NVIM v0.10.0
### Operating system/version
MacOS 14.6.1
### Read debugging tips
- [X] I have read through the [debugging tips](https://github.com/stevearc/co…
-
### Check for existing issues
- [X] Completed
### Describe the feature
When working with .jsx, .tsx, .html and etc files, the Shift + 5 keybinding does not jump between open and closing HTML/…
-
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 suffer…
-
Hi,
thanks for this plugin, it's great.
However I'm just having trouble assigning 'jsx=javascript' in the markdown_fenced_languages setting. Here is what I have in my init.vim:
Plug 'godlygeek/…
-
Sorry, this will be a bit crude
From vimrc:
```
Plugin 'MaxMEllon/vim-jsx-pretty'
Plugin 'leafgarland/typescript-vim' " highlight TS …