aboutsummaryrefslogtreecommitdiff
path: root/plugin
AgeCommit message (Collapse)Author
2018-05-250.2.7 patch release0.2.7mitermayer
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-24don't change focus to the quicklistChristian Höltje
Add an option to restore the cursor's window & position after calling `setqflist()`.
2018-01-18Support the `--arrow-parens` configuration optionNick Thurow
2018-01-15Disabling nvim async by default under feature flagmitermayer
- The new nvim async had some bugs reported, while we are still investigating fixes for it we will then disable it by default, users should be able to still use it by enabling the flag on their .vimrc in the meantime `g:prettier#nvim_unstable_async`
2017-12-12Add --prose-wrap optionFranky Chung
2017-12-08release 0.2.60.2.6mitermayer
2017-11-080.2.5 release0.2.5mitermayer
2017-10-19version 0.2.4 release0.2.4mitermayer
2017-10-070.2.3 release0.2.3mitermayer
2017-10-070.2.2 release0.2.2mitermayer
2017-10-070.2.1 release0.2.1mitermayer
2017-10-03Bumping plugin0.2.0mitermayer
2017-09-29changelog and plugin bumpmitermayer
2017-09-25Version bump 0.1.2mitermayer
2017-09-25issue/56 - Allowing user path overwrite configurationmitermayer
2017-09-17Bumping version0.1.1mitermayer
2017-09-17feature: Adding more commandsmitermayer
This includes more commands to interact with the prettier CLI from within vim itself
2017-09-05minor bump with breaking changes with older prettier versionsmitermayer
2017-09-05Adding support for prettier configurationmitermayer
2017-08-29Version bumpmitermayer
2017-08-24v0.0.14 release0.0.14mitermayer
2017-08-12Bumping versionmitermayer
2017-08-06version bumpmitermayer
2017-07-19Updating the readme to new locationmitermayer
2017-07-12version bumpmitermayer
2017-06-29Merge pull request #17 from vutran/add-json-parser0.0.8Mitermayer Reis
Add JSON/GraphQL parser (prettier 1.5)
2017-06-29add graphql parser + bump for prettier 1.5Vu Tran
2017-06-21add json parserVu Tran
2017-06-21Updating tag versionmitermayer
2017-06-19feature: enabling partial buffer conversion (tech review)mitermayer
- removing trailing spaces - removing extra param from error callback - changing function signature with more consistent params
2017-06-19feature: enabling partial buffer conversionmitermayer
- bumping plugin prettier version - minor fix, avoiding unecessary sync formattings when content has not changed - adding support for partial convertion when on visual selection
2017-06-07version bump0.0.6mitermayer
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-06-02Minor refactoring variable scopingmitermayer
2017-05-27Prettier CLI seems to expect 'false' for some parameters instead of 0mitermayer
2017-05-24First commit0.0.1mitermayer