-
diff
https://github.com/MaxMEllon/vim-jsx-pretty/compare/master...LumaKernel:master
This is a fix for combination with lexima.vim.
```javascript
export function foo () {/* cursor is here and h…
-
I want to have the same experience of VSCode and some other code editors and IDEs, some examples are coming. As no plugin now solves this problem It seems difficult to apply different types of comment…
-
I'm running into inconsistencies in highlighting between `ft=typescript` and `ft=typescriptreact`.
I'm using `yats.vim`, `vim-javascript`, and of course `vim-jsx-pretty`, all just updated using `vi…
-
### Neovim version (nvim -v)
NVIM v0.10.0-dev-2258+g1405e5c8c
### Operating system/version
MacOS 14.4.1
### Add the debug logs
- [X] I have set `log_level = vim.log.levels.DEBUG` and pa…
-
Sorry, this will be a bit crude
From vimrc:
```
Plugin 'MaxMEllon/vim-jsx-pretty'
Plugin 'leafgarland/typescript-vim' " highlight TS …
-
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,
when trying to format ruby files either on save or forced with `CocCommand prettier.formatFile` nothing happens.
The output of the prettier coc extension is the following:
```
["INFO" …
-
First of all, I really appreciate all the hard-work that went into this amazing plugin, as it has made my life at work tremendously easier.
Issue: Autosave works just fine on `.js` files, but not `…
-
**Do you want to request a *feature* or report a *bug*?**
Feature
**What is the current/expected behavior?**
Ability to toggle JSX Single Quote option
![image](https://user-images.githubusercont…
-
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 …