aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-17Bumping version0.1.1mitermayer
2017-09-17Merge pull request #54 from prettier/adding-extra-commandsMitermayer Reis
feature: Adding more vim-prettier commands
2017-09-17feature: Adding more commandsmitermayer
This includes more commands to interact with the prettier CLI from within vim itself
2017-09-14Updating changelogmitermayer
2017-09-14Merge pull request #52 from prettier/issue/51-adding-support-for-prettier-1.60.1.0Mitermayer Reis
Issue/51 adding support for prettier 1.7
2017-09-14Adding note on required prettier versionmitermayer
2017-09-05bumping prettier dependency versionmitermayer
2017-09-05minor bump with breaking changes with older prettier versionsmitermayer
2017-09-05Adding support for prettier configurationmitermayer
2017-09-02Merge branch 'master' into issue/51-adding-support-for-prettier-1.6mitermayer
2017-09-02Fixing typo on docmitermayer
2017-09-02Bumping prettier dependency to 1.6mitermayer
2017-08-29changelog update0.0.15mitermayer
2017-08-29Version bumpmitermayer
2017-08-29Merge pull request #50 from prettier/issue/48-fixing-co-jump-to-start-of-fileMitermayer Reis
Making sure that after formatting we preserve in the same line
2017-08-29Merge pull request #49 from niftylettuce/masterMitermayer Reis
Added extensions to vim configuration example
2017-08-29Making sure that after formatting we preserve in the same linemitermayer
2017-08-25Added extensions to vim configuration exampleNick Baugh
2017-08-24Updating changelogmitermayer
2017-08-24v0.0.14 release0.0.14mitermayer
2017-08-24Merge pull request #47 from prettier/issue/46-fixing-async-cmd-for-windowsMitermayer Reis
bugfix: Async command was not working for windows this patch will make sure it
2017-08-24Async command was not working for windows this patch will make sure itmitermayer
works for normal shells
2017-08-16Merge pull request #43 from eddiezane/patch-1Mitermayer Reis
Add instructions on changing the mapping to README
2017-08-16Add instructions on changing the mapping to READMEEddie Zaneski
2017-08-12updating changelogmitermayer
2017-08-12Bumping versionmitermayer
2017-08-12Updating changelog0.0.13mitermayer
2017-08-12Merge pull request #40 from ↵Mitermayer Reis
prettier/issue-39/prettier-quickfix-other-plugins-compatibility bugfix: should not clear quickfix unless opened by vim-prettier itself
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-08-06version bumpmitermayer
2017-08-06Updating released changelogmitermayer
2017-08-06Merge pull request #38 from prettier/issue-35/include-changelog-file0.0.12Mitermayer Reis
Adding changelog file
2017-08-06Merge pull request #36 from prettier/issue-34/bumping-prettier-to-1.5.3Mitermayer Reis
Bumping prettier internal dependencie plugin to 1.5.3
2017-08-06Merge pull request #37 from prettier/issue-33/including-MIT-licenseMitermayer Reis
Adding MIT license
2017-08-06Adding changelog filemitermayer
- Changelog has been generated using (https://github.com/skywinder/github-changelog-generator)
2017-08-06Adding MIT licensemitermayer
2017-08-06Bumping prettier internal dependencie plugin to 1.5.3mitermayer
2017-07-19Minor readme updatesmitermayer
2017-07-19Updating the readme to new locationmitermayer
2017-07-12version bumpmitermayer
2017-07-11Merge pull request #29 from mitermayer/adding-support-for-vim70.0.11Mitermayer Reis
adding-support-for-vim7 - adding support for vim7
2017-07-11adding-support-for-vim7 - adding support for vim7mitermayer
- adding support for vim7
2017-07-01Merge pull request #27 from mitermayer/bugfix-json-parserMitermayer Reis
bugfix: json parser should not add extra comma to the end
2017-07-01bugfix: json parser should not add extra comma to the endmitermayer
- adding extra comma to the end properties cause creates invalid json
2017-06-30Merge pull request #24 from mitermayer/feature/add-filetype-support0.0.9Mitermayer Reis
feature/add-filetype-support - Adding filetype detection support
2017-06-30feature/add-filetype-support - Adding filetype detection support whenmitermayer
not already provided - Adding support for filetype detection when not already provided by other plugins
2017-06-29Merge pull request #17 from vutran/add-json-parser0.0.8Mitermayer Reis
Add JSON/GraphQL parser (prettier 1.5)
2017-06-29more missing doc updatesVu Tran
2017-06-29update README with graphqlVu Tran
2017-06-29add graphql parser + bump for prettier 1.5Vu Tran