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

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

- this documents the steps in more detail how pathogen vim-prettier is supposed to be installed without running into "failed to parse buffer" issues

**Summary** Let npm decide which version to use automatically by removing specific ranges from package.json. According to the npm docs, this change is valid. https://docs.npmjs.com/cli/v10/configuring-npm/package-json#dependencies This is a fix for...

**Summary** Windows's support for powershell and scripts entrypoints. This way prettier can be executed over a container or wsl. For example, the following script can be used as entrypoint to...

can we do it purely from vimrc? or we have to configure prettier to implement this? for example how to disable prettier for markdown?

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current/expected behavior?** The issue I'm experiencing occurs when I want to run the `Prettier` command...

**Doesn't work** When opening nvim at my project's top-most level, where there is no direct node_modules, the plugin will not execute on `index.js` because it cannot find the assocaited prettier...