aboutsummaryrefslogtreecommitdiff
path: root/doc/prettier.txt
AgeCommit message (Collapse)Author
2020-09-07Version bump1.0.0-betamitermayer
2020-09-07Merge branch 'master' into issue/232-adding-support-for-prettier-2.xMitermayer Reis
2020-08-06Add buffer-level prettier exec command to docJay Sitter
2020-04-27issue/232-adding-support-for-prettier-2.x - Adding support for prettiermitermayer
2.x - Updating default config - Adding missing configuration - Updating yarn lock - Updating package.json depedencies
2019-10-09Update documentation to include autoformat_config_* options.Adam Macumber
2019-09-14making-auto-format-disabled-by-default - Making autoformat disabled bymitermayer
default - This is a breaking change as on versions 0.x autoformat was enabled by default. This should ensure users dont need to disable autoformat anymore in their vimrc
2019-09-12issues/184-fixing-undo-step - Adding support for require-pragmamitermayer
- Our previous undo implementation tried to be naive on implementing require-pragma, and created some undo bugs due to it. This diff enables us to use the prettier upstream support for require-pragma - On subsequent PR's we will completetly phase out the previous undo implementation in favour to this one in order to fix bug https://github.com/prettier/vim-prettier/issues/184
2019-08-25Set default "config_precendence" to "file-override"Shulhan
If user have custom file type plugin that set "parser" option, calling ":Prettier" will return error "Prettier: failed to parse buffer". This was caused by running prettier with CLI option "--parser X" with "--config-precedence prefer_file" will cause prettier to ignore the "parser" option. Fix #178
2019-08-25Bumping 1.0 tag to alphamitermayer
2019-08-25Adding documentation for prettier partial formattingmitermayer
2019-08-25We still need to ensure we use prefer-file over cli-overridemitermayer
- prefer-file setting for config-precedence is what allow us to leverage from user defined configuration files like .prettierrc
2019-08-25Start using prettier default argumentsChristian Höltje
This is one approach for handling default prettier arguments. It is a little verbose, but I think ejecting the flags that don't have to be set by the editor (in favor of .prettierrc files) is a win.
2018-11-27Add option for html whitespace sensitivityJohn DeWyze
Per Prettier's [Blog Post](https://prettier.io/blog/2018/11/07/1.15.0.html) there is an option for prettiers sensitivity to html whitespace. See blog post for more details. This adds that option to vim-prettier and sets the default to the prettier default.
2018-11-07Updating doc references to the newly included html supportmitermayer
2018-11-05Adding yaml ref to the docsmitermayer
2018-05-250.2.7 patch release0.2.7mitermayer
2018-03-28Updating docs to match README information on prettier default configmitermayer
2018-03-25Updating the logic for controlling the quickfix flagmitermayer
- Negation flags are usually more confusing to understand specially when the default is having it enabled.
2018-03-25Updating readme and docs with the correct defaultsmitermayer
2018-03-25Merge pull request #122 from docwhat/pr/no-focus-quickfixMitermayer Reis
don't change focus to the quicklist
2018-03-24doc: typo for quickfix optionChristian Höltje
2018-03-24don't change focus to the quicklistChristian Höltje
Add an option to restore the cursor's window & position after calling `setqflist()`.
2018-02-21Removing whitespace that was breaking commandsmitermayer
2018-01-30Updating docs with vue support referencemitermayer
2018-01-18Support the `--arrow-parens` configuration optionNick Thurow
2017-12-12Add --prose-wrap optionFranky Chung
2017-12-08release 0.2.60.2.6mitermayer
2017-11-080.2.5 release0.2.5mitermayer
2017-11-08Updating docsmitermayer
2017-10-14Including extra information on the autoload header and doc headermitermayer
2017-09-25issue/56 - Allowing user path overwrite configurationmitermayer
2017-09-19Fixing typo on docmitermayer
2017-09-17feature: Adding more commandsmitermayer
This includes more commands to interact with the prettier CLI from within vim itself
2017-09-14Adding note on required prettier versionmitermayer
2017-09-05Adding support for prettier configurationmitermayer
2017-09-02Fixing typo on docmitermayer
2017-07-19Minor readme updatesmitermayer
2017-07-19Updating the readme to new locationmitermayer
2017-06-29Merge pull request #17 from vutran/add-json-parser0.0.8Mitermayer Reis
Add JSON/GraphQL parser (prettier 1.5)
2017-06-29more missing doc updatesVu Tran
2017-06-29add graphql parser + bump for prettier 1.5Vu Tran
2017-06-21add json parserVu Tran
2017-06-21break linesVu Tran
2017-06-21add default config notesVu Tran
2017-06-08fixed typo in docSong Wang
2017-06-07Updating docsmitermayer
2017-06-07Adding async command and user configurationsmitermayer
- Adding configuration toggle for controlling error quick fix parsing - Adding PrettierAsync command - Fixing configuration bug where boolean values where not correctly parsed - Making sure that async jobs do not execute if already in progress
2017-06-06Bumping support to latest prettier ^1.4.X and enabling support formitermayer
autofomat css, less, scss, sass and typescript files
2017-05-27Prettier CLI seems to expect 'false' for some parameters instead of 0mitermayer
2017-05-24Making it clear that auto format is enable by default on files withmitermayer
'@format' tag