aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-250.2.7 patch release0.2.7mitermayer
2018-05-25Merge pull request #138 from SamHowie/masterMitermayer Reis
Fix PrettierAsync segmentation fault
2018-05-25Remove trailing empty line introduced by appendSam Howie
2018-05-24Fix PrettierAsync segmentation faultSam Howie
2018-05-08grammar fixmitermayer
2018-05-08Adding note information about 1.x releasemitermayer
2018-04-16Merge pull request #131 from prettier/adding-discord-infoMitermayer Reis
Adding discord link
2018-04-16Adding discord linkmitermayer
2018-04-12Merge pull request #129 from docwhat/pr/yarn-lockMitermayer Reis
git: ignore unix yarn.lock file
2018-04-12git: ignore unix yarn.lock fileChristian Höltje
2018-03-28Updating docs to match README information on prettier default configmitermayer
2018-03-28Merge pull request #127 from chris-kobrzak/readme-amendmentsMitermayer Reis
Amend syntax in documentation around config overrides
2018-03-28Amend syntax in documentation around config overridesChris Kobrzak
2018-03-25Updating PR template with proper markdown separatormitermayer
2018-03-25Merge pull request #125 from prettier/updating-quickfix-focus-control-flagMitermayer Reis
Updating the logic for controlling the quickfix flag
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-25Fixing inverted flagmitermayer
2018-03-25Merge pull request #122 from docwhat/pr/no-focus-quickfixMitermayer Reis
don't change focus to the quicklist
2018-03-24Merge pull request #124 from docwhat/pr/doc-typoMitermayer Reis
doc: typo for quickfix option
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-03-05Simplified the issue templatemitermayer
2018-03-05Adding issue tempalte and pr templatemitermayer
2018-02-21Removing whitespace that was breaking commandsmitermayer
2018-02-21Merge pull request #115 from LinuCC/patch-1Mitermayer Reis
Fix space in autocmd breaking autosave
2018-02-21Fix space in autocmd breaking autosavePascal Ernst
2018-02-01Merge pull request #111 from prettier/fixing-empty-spaces-directory-for-asyncMitermayer Reis
Fixing empty spaces directory for async
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-02-01Merge pull request #110 from nelsyeung/masterMitermayer Reis
Fix #108 spaces in executable path problem
2018-01-31Fix #108 spaces in executable path problemNelson Yeung
2018-01-30Merge pull request #107 from prettier/updating-vue-docsMitermayer Reis
Updating docs with vue support reference
2018-01-30Updating docs with vue support referencemitermayer
2018-01-30Merge pull request #105 from prettier/adding-vue-filetypeMitermayer Reis
Adding vue file detection support
2018-01-30Adding vue file detectmitermayer
2018-01-30Merge pull request #104 from prettier/bumping-prettier-to-1.10.2Mitermayer Reis
Bumping prettier dependencie to 1.10.2
2018-01-30Bumping prettier dependencie to 1.10.2mitermayer
2018-01-30Merge pull request #103 from corburn/patch-1Mitermayer Reis
Add vue file format to README
2018-01-30Add vue file format to READMEJason Travis
2018-01-18Merge pull request #101 from nthurow/masterMitermayer Reis
Support the `--arrow-parens` configuration option
2018-01-18Support the `--arrow-parens` configuration optionNick Thurow
2018-01-15Merge pull request #98 from prettier/adding-unstable-flag-for-nvim-asyncMitermayer Reis
Disabling nvim async by default under feature flag
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
2018-01-14Adding travis badgemitermayer
2018-01-14Integrating CImitermayer
- adding vint
2018-01-09Merge branch 'feature/adding-support-for-neovim-async'mitermayer
2018-01-08Merge pull request #94 from maurobringolf/patch-1Mitermayer Reis
Add default option values from Prettier for configuration
2018-01-08Add default option values from Prettier for configurationMauro Bringolf