vim-prettier icon indicating copy to clipboard operation
vim-prettier copied to clipboard

A Vim plugin for Prettier

Results 64 vim-prettier issues
Sort by recently updated
recently updated
newest added

**Do you want to request a *feature* or report a *bug*?** bug **What is the current/expected behavior?** **expected**: prettier keeps auto-formatting on save and if it's not successful, it reports...

**Do you want to request a *feature* or report a *bug*?** * Report a bug. I have done a fresh installation of `vim-prettier` via Packer in Neovim and have not...

**Summary** When autoformat is enabled, it tries to format the buffer even if the buffer is not actually a correct file for prettier to format. With this fix, only files...

**Do you want to request a *feature* or report a *bug*?** A bug **What is the current/expected behavior?** When I run `vim-prettier`, trailingComma is using 'es5' rather than 'all'. In...

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current/expected behavior?** When triggering manually: ``` Error detected while processing function prettier#Prettier[17]..prettier#resolver#config#resolve[9]..218_Get_current_version_flags[1]..218_Get_prettier_cli_version[6]..218_Trim_internal_unprintable: line 3: E15:...

**Do you want to request a *feature* or report a *bug*?** A bug **What is the current/expected behavior?** current: deletes comments. Expected: leave comments alone **What version of `vim-prettier` are...

I spent a while figuring out why vim-prettier was adding some default CLI options like `--tab-width=4` to the prettier command it was running, which was causing changes that would break...

## Easier to explain in code See . ## Feature Request **Do you want to request a *feature* or report a *bug*?** Requesting two related features: - [ ] Respect...

Re: #340 **Summary** Although these same lines work for me in my local config, This doesn't work directly in the vim-prettier plugin. However, for someone who actually knows vimscript and...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies