aboutsummaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Collapse)Author
2018-05-250.2.7 patch release0.2.7mitermayer
2018-05-25Remove trailing empty line introduced by appendSam Howie
2018-05-24Fix PrettierAsync segmentation faultSam Howie
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-25Fixing inverted flagmitermayer
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-01updating command to respect shell and shellcmdflagmitermayer
2018-02-01In order for vim8 async job to work with escaped directories we need tomitermayer
make sure we specify the shell
2018-01-31Fix #108 spaces in executable path problemNelson Yeung
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`
2018-01-14Fixing lintingmitermayer
2017-12-29Merge pull request #81 from neoclide/nvim-jobMitermayer Reis
Add async support for neovim
2017-12-28bugfix - making sure we do not replace content with empty buffermitermayer
2017-12-15bugfix - fixing error on prettier async since we should not includemitermayer
quotes for bash args
2017-12-12Add --prose-wrap optionFranky Chung
2017-12-08release 0.2.60.2.6mitermayer
2017-12-08issues-83-and-84 - Fixing prettier 1.9 regressionmitermayer
- Latest prettier version introduced a regression when using config-precedence - https://github.com/prettier/prettier/issues/3432
2017-11-15Add async support for neovimchemzqm
2017-11-080.2.5 release0.2.5mitermayer
2017-11-08issues/76 - the shellescapping util function was breaking asyncmitermayer
formatting - Removing this for now and will try to address this again in subsequent PRs
2017-11-07Fixing error matching regex to match new prettier CLI errorsmitermayer
- Adapting the CLI error message parsing to handle new prettier error output format
2017-11-02Borrow escape code form ale.vimQiming zhao
2017-11-02Add shellescape for file pathQiming zhao
2017-10-19version 0.2.4 release0.2.4mitermayer
2017-10-19Fixing bug where config was not being correctly loaded based on filemitermayer
edited
2017-10-14Including extra information on the autoload header and doc headermitermayer
2017-10-07adding suppor for vim8 versions older than 8.0.0015 to use async job APImitermayer
2017-10-07Making sure we can still save the results of last prettier async run onmitermayer
older buffers
2017-10-07bugfix: fixing race condition incorrect buffer formatingmitermayer
2017-10-03bug: Fixing config overwrite value for non js by levaraging --stdin-filepath ↵mitermayer
from prettier
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