| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-21 | all: remove unnecessary flagsHEADmain | Shulhan | |
| If in vimrc we set the tabstop to 8, the plugin will format the file with tab width set to 8. This plugin should use whatever value from prettier config if it exist or default prettier itself. In another words, I want prettier that I use to be opinionated, less configurations, like gofmt. | |||
| 2021-11-24 | Merge pull request #315 from aaronArinder/readme-updated-with-autosave-config | Mitermayer Reis | |
| readme: example config: autoformat on save without pragma | |||
| 2021-11-02 | Minimise node_modules size | sharils | |
| 2021-11-02 | Install without updating lockfile | sharils | |
| 2021-10-18 | readme: example config: autoformat on save without pragma | Aaron Arinder | |
| 2021-06-28 | feat: Adding support for prettier svelte plugin | Dmitriy | |
| 2021-03-28 | docs: Fixing typo in readme | Ryan Christian | |
| 2021-03-04 | Merge pull request #282 from Chocrates/master | Mitermayer Reis | |
| Add dein config to readme | |||
| 2021-03-03 | fix incorrect reference in readme | emurph | |
| 2021-02-11 | Add dein config to readme | Chris McIntosh | |
| 2021-02-08 | Removing travis | mitermayer | |
| - travis build is no longer the main build used by the prettier org, will need to migrate to something else | |||
| 2020-09-07 | Merge branch 'master' into issue/232-adding-support-for-prettier-2.x | Mitermayer Reis | |
| 2020-08-04 | Simplify example autocmd for prettier-stylelint | Jay Sitter | |
| 2020-08-04 | Add support for buffer-level prettier_exec_cmd, for prettier-stylelint for ↵ | Jay Sitter | |
| instance | |||
| 2020-04-27 | issue/232-adding-support-for-prettier-2.x - Adding support for prettier | mitermayer | |
| 2.x - Updating default config - Adding missing configuration - Updating yarn lock - Updating package.json depedencies | |||
| 2020-04-17 | Add instructions for installing with vim 8+ | AJ ONeal | |
| No need for pathogen, plug, vundle, etc anymore | |||
| 2020-02-15 | Fix readme to properly reflect how to downgrade | Konnor Rogers | |
| The current version of the readme returns a syntax error when attempting to downgrade. Added a '\' to fix the syntax error. | |||
| 2020-02-09 | New option: prettier#autoformat_require_pragma | Hyeon Kim | |
| The 'prettier#autoformat_config_present' option is useful but it only worked with files with pragma. Now, you can use 'autoformat_config_present' even with files without pragma using this 'autoformat_require_pragma' option. | |||
| 2020-02-05 | Updating README.md message for alpha release instructions on how to | mitermayer | |
| fallback to older version | |||
| 2020-02-05 | Updating README information in regards to fallback to older versions1.0.0-alpha | mitermayer | |
| - We now made `release/1.x` default branch and added message to users to enable them to fallback to older branch | |||
| 2019-10-13 | Clarify that autoformat will be overridden by config_present | Atom Mac | |
| 2019-10-12 | Add autoformat_config_* options to README | Atom Mac | |
| 2019-09-14 | making-auto-format-disabled-by-default - Making autoformat disabled by | mitermayer | |
| default - This is a breaking change as on versions 0.x autoformat was enabled by default. This should ensure users dont need to disable autoformat anymore in their vimrc | |||
| 2019-09-12 | issues/184-fixing-undo-step - Adding support for require-pragma | mitermayer | |
| - Our previous undo implementation tried to be naive on implementing require-pragma, and created some undo bugs due to it. This diff enables us to use the prettier upstream support for require-pragma - On subsequent PR's we will completetly phase out the previous undo implementation in favour to this one in order to fix bug https://github.com/prettier/vim-prettier/issues/184 | |||
| 2019-08-26 | Removing leading space | mitermayer | |
| 2019-08-26 | porting-master-fixes-to-release-1.x | mitermayer | |
| - Porting fixes done on 5779a87d901da3f44991feb3a6480b1156c37f3f - Porting fixes done on c91d1bc5c15677fdb6585fc54c680809329ee88a - Porting fixes done on c0f7d81faf849589688c4584edb9c3b8d50afb84 - Fixing linting from 1c601bcba1eed6faa15b255aeb765a12717d7de3 | |||
| 2019-02-24 | Fix README markdown. | Arnaud Christ | |
| 2019-02-23 | Set default "config_precendence" to "file-override" | Shulhan | |
| If user have custom file type plugin that set "parser" option, calling ":Prettier" will return error "Prettier: failed to parse buffer". This was caused by running prettier with CLI option "--parser X" with "--config-precedence prefer_file" will cause prettier to ignore the "parser" option. Fix #178 | |||
| 2018-11-07 | Merge branch 'master' into release/1.x | mitermayer | |
| 2018-11-07 | Updating doc references to the newly included html support | mitermayer | |
| 2018-11-05 | Merge branch 'master' into release/1.x | mitermayer | |
| 2018-11-05 | Adding yaml ref to the docs | mitermayer | |
| 2018-06-05 | Remove wrong comment on README.md comment example | Lucas Vieira | |
| The example that shows how to enable `vim-prettier` for all files has a comment about only enabling it for supported files (looks like it was copy and pasted from the previous example). | |||
| 2018-06-03 | Adding documentation for prettier partial formatting | mitermayer | |
| 2018-06-03 | Enabling partial formatting but still maintaining support for fragment | mitermayer | |
| formatting | |||
| 2018-05-08 | Merge branch 'master' into release/1.x | mitermayer | |
| 2018-05-08 | grammar fix | mitermayer | |
| 2018-05-08 | Merge branch 'master' into release/1.x | mitermayer | |
| 2018-05-08 | Adding note information about 1.x release | mitermayer | |
| 2018-05-03 | We still need to ensure we use prefer-file over cli-override | mitermayer | |
| - prefer-file setting for config-precedence is what allow us to leverage from user defined configuration files like .prettierrc | |||
| 2018-05-02 | Merge branch 'master' into release/1.x | mitermayer | |
| 2018-04-16 | Adding discord link | mitermayer | |
| 2018-04-13 | Start using prettier default arguments | Christian Höltje | |
| This is one approach for handling default prettier arguments. It is a little verbose, but I think ejecting the flags that don't have to be set by the editor (in favor of .prettierrc files) is a win. | |||
| 2018-03-28 | Amend syntax in documentation around config overrides | Chris Kobrzak | |
| 2018-03-25 | Updating the logic for controlling the quickfix flag | mitermayer | |
| - Negation flags are usually more confusing to understand specially when the default is having it enabled. | |||
| 2018-03-25 | Updating readme and docs with the correct defaults | mitermayer | |
| 2018-02-21 | Fix space in autocmd breaking autosave | Pascal Ernst | |
| 2018-01-30 | Updating docs with vue support reference | mitermayer | |
| 2018-01-30 | Add vue file format to README | Jason Travis | |
| 2018-01-18 | Support the `--arrow-parens` configuration option | Nick Thurow | |
