aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2017-05-24First commit0.0.1mitermayer