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

A Vim plugin for Prettier

Results 67 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?** Upon saving a file, expecting it to format the code. But instead getting...

**Do you want to request a *feature* or report a *bug*?** In NeoVim show error `Prettier: failed to parse buffer` in I save JavaScript file. This is my `init.vim` configure...

**What is the current/expected behavior?** whenever I execute `:Prettier` it's using tab spaces as 2, even though I have set the value as `let g:prettier#config#tab_width = 4` **What version of...

I'm using `NVIM v0.6.1`, the plugin has been added using this code in `~/.config/nvim/init.vim`: ``` Plug 'prettier/vim-prettier', { \ 'do': 'yarn install --frozen-lockfile --production', \ 'branch': 'release/0.x' \ } ```...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.11.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

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...

**Do you want to request a *feature* or report a *bug*?** Feature **What is the current/expected behavior?** Automatically sets the mapping of `p` to auto format, plugin should not automatically...

**Do you want to request a *feature* or report a *bug*?** bug **What is the current/expected behavior?** current behavior Only when I add both these commands in init.vim `let g:prettier#autoformat...

**Summary** This resolves #226. Issue: When pressing `u` after `:Prettier`, the cursor stays. (#207) However when pressing `Ctrl-r` after `u` the cursor won't stay but will jump to the top...

**Do you want to request a *feature* or report a *bug*?** report a bug **What is the current/expected behavior?** - when prettier format the file it have issues with the...