aboutsummaryrefslogtreecommitdiff
path: root/autoload/prettier.vim
AgeCommit message (Collapse)Author
2017-09-29WIPmitermayer
2017-09-25issue/56 - Allowing user path overwrite configurationmitermayer
2017-09-18Fixing typomitermayer
2017-09-17feature: Adding more commandsmitermayer
This includes more commands to interact with the prettier CLI from within vim itself
2017-09-05Adding support for prettier configurationmitermayer
2017-08-29Making sure that after formatting we preserve in the same linemitermayer
2017-08-24Async command was not working for windows this patch will make sure itmitermayer
works for normal shells
2017-08-12bugfix: should not clear quickfix unles there are errorsmitermayer
- making sure quickfix list is not cleared unless it is already opened with errors
2017-07-11adding-support-for-vim7 - adding support for vim7mitermayer
- adding support for vim7
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-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-31feature: Adding support for quick-fix error handling0.0.4mitermayer
2017-05-31Moving executable check upmitermayer
2017-05-27bugfix: fixing bug where prettier installation of the plugin was nevermitermayer
executed
2017-05-27Adding support for async formating and making it default for autosavemitermayer
2017-05-25bugfix: Making sure that when prettier fail to parse buffer we do notmitermayer
overwrite file with stdout output
2017-05-24Removing already actioned TODO and fixing indentationmitermayer
2017-05-24First commit0.0.1mitermayer