aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-29Merge pull request #81 from neoclide/nvim-jobMitermayer Reis
Add async support for neovim
2017-12-28Merge pull request #93 from ↵Mitermayer Reis
prettier/bugfix/respecting-no-output-stdouts-from-prettier bugfix - making sure we do not replace content with empty buffer
2017-12-28bugfix - making sure we do not replace content with empty buffermitermayer
2017-12-22Merge pull request #91 from nicoder/patch-1Mitermayer Reis
fix typo in pathogen install method
2017-12-22fix typo in pathogen install methodNicolas Dermine
2017-12-15bugfix - fixing error on prettier async since we should not includemitermayer
quotes for bash args
2017-12-12Merge pull request #90 from ffky/prose-wrap-optionMitermayer Reis
Add --prose-wrap option
2017-12-12Add --prose-wrap optionFranky Chung
2017-12-10Merge pull request #87 from gustavo-gimenez/masterMitermayer Reis
Just a simple documentation for vim-pathogen
2017-12-10text was included inside the block codeGustavo Gimenez
2017-12-10simple hint for vim-pathogen installationGustavo Gimenez
2017-12-08Updating changelog for 0.2.6mitermayer
2017-12-08release 0.2.60.2.6mitermayer
2017-12-08Merge pull request #86 from prettier/feature/updating-prettier-dep-supportMitermayer Reis
Bumping prettier dep to 1.9.1
2017-12-08Bumping prettier dep to 1.9.1mitermayer
2017-12-08Merge pull request #85 from ↵Mitermayer Reis
prettier/issues-83-and-84/regression-introduced-on-new-prettier-editorconfig issues-83-and-84 - Fixing prettier 1.9 regression
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-08Updating changelogmitermayer
2017-11-080.2.5 release0.2.5mitermayer
2017-11-08Merge pull request #80 from prettier/issue-77/adding-support-for-prettier-1.8Mitermayer Reis
Issue 77/adding support for prettier 1.8
2017-11-08Updating docsmitermayer
2017-11-08Updating READMEmitermayer
2017-11-08issue-77/adding-support-for-prettier-1.8 - adidng support for markdownmitermayer
and explicit define parsers - Adding support for markdown - Explicitly pass in parsers for filetypes
2017-11-08Adding support for markdownmitermayer
2017-11-08issue-77/adding-support-for-prettier-1.8 - Bumping prettier dependenciemitermayer
version
2017-11-08Merge pull request #79 from prettier/reverting-shell-escaping-prMitermayer Reis
issues/76 - the shellescapping util function was breaking async
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-02Merge pull request #74 from neoclide/masterMitermayer Reis
Add shellescape for file path
2017-11-02Borrow escape code form ale.vimQiming zhao
2017-11-02Add shellescape for file pathQiming zhao
2017-10-19Updating changelogmitermayer
2017-10-19version 0.2.4 release0.2.4mitermayer
2017-10-19Merge pull request #72 from ↵Mitermayer Reis
prettier/issue-71/incorrect-resolving-of-prettier-config Fixing bug where config was not being correctly loaded based on file
2017-10-19Fixing bug where config was not being correctly loaded based on filemitermayer
edited
2017-10-14Merge pull request #70 from prettier/issue-67/include-header-on-plugin.vimMitermayer Reis
Including extra information on the autoload header and doc header
2017-10-14Including extra information on the autoload header and doc headermitermayer
2017-10-07Updating changelogmitermayer
2017-10-070.2.3 release0.2.3mitermayer
2017-10-07Merge pull request #66 from ↵Mitermayer Reis
prettier/adding-support-for-older-vim8-by-updating-usage-of-ch-status adding suppor for vim8 versions older than 8.0.0015 to use async job API
2017-10-07adding suppor for vim8 versions older than 8.0.0015 to use async job APImitermayer
2017-10-07updating change logmitermayer
2017-10-070.2.2 release0.2.2mitermayer
2017-10-07Merge pull request #65 from ↵Mitermayer Reis
prettier/adding-support-for-setbufline-for-latest-vim8 Making sure we can still save the results of last prettier async run even when inside another buffer
2017-10-07Making sure we can still save the results of last prettier async run onmitermayer
older buffers
2017-10-07updating changelogmitermayer
2017-10-070.2.1 release0.2.1mitermayer
2017-10-07Merge pull request #64 from prettier/fixing-race-condition-autoformat-autocmdMitermayer Reis
bugfix: Fixing auto command params to use extensions instead of magic
2017-10-07Merge pull request #63 from ↵Mitermayer Reis
prettier/issue/62-buffer-one-can-overwrite-buffer-2-race-condition bugfix: fixing race condition incorrect buffer formating