Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/prettier/vim-prettier
A Vim plugin for Prettier
https://github.com/prettier/vim-prettier
7dbdbb12c50a9f4ba72390cce2846248e4368fd0 authored about 1 year ago by mitermayer <[email protected]>
a7490544baa3696bc25812605b4722630bc86407 authored about 1 year ago by mitermayer <[email protected]>
- Adding support for prettier 3.x
e40b4d080e240924890911fb7af733241f4eceb1 authored about 1 year ago by mitermayer <[email protected]>Fix/consider option version
d10bdd15af8a61eff9d279bd2815b4192506d1c0 authored about 1 year ago by Mitermayer Reis <[email protected]>
Wrote a comment describing the global variable that overwrites the
"bracketSameLine" option.
Removed TODO comment that reminded to compose the flags of the CLI
command from a list using lis...
Considered the addition and deprecation versions of each Prettier option
contained in the object...
Added Vim foldings to sections of the code in config.vim to improve file
navigation.
Added a function that selects the flags that are compatible with
the version of the Prettier CLI...
Added a function to filter flags that are uncompatible with a supplied
version. This is part of ...
Added unit tests for version-comparison functions.
9dc059220e66aab08e7d68970c562fabbae28831 authored about 1 year ago by Victor S <[email protected]>
Added 2 functions that compare versions strings according to semantic
version. This is part of a...
Added two helper functions to get the version of the Prettier CLI as a
string. This is part of a...
Added an object with details about Prettier CLI flags. This is part of a
plan to compose the fla...
Changed the function to make it reusable across versions of the CLI
flag. This is part of a plan...
Added a global variable for the bracketSameLine option. It is set to the
user's defined value an...
Adapted flag-mapper functions to use the same parameters. This is part of a
plan to expose a com...
Added general mapper functions that map flag names to parts of a CLI command.
They are part a pl...
Added a new function to return the CLI command part for the --stdin flag. This
is part of a plan...
Added a new function to return the CLI command part for the --loglevel flag.
This is part of a p...
Added a new function to get the command part of the --stdin-filepath flag. This
is part of a pla...
Split the function that returns the visual selection range into two parts that
return the start ...
readme: example config: autoformat on save without pragma
5e6cca21e12587c02e32a06bf423519eb1e9f1b2 authored about 3 years ago by Mitermayer Reis <[email protected]>Improve install instruction
b146fdac7117ea2392044a79c0ff0b73a8b9d62e authored about 3 years ago by Mitermayer Reis <[email protected]>bb25c5a6b78e76a6d6d829276dda6437a9d3fb1c authored about 3 years ago by sharils <[email protected]>
a4ef49a2e89ff0529bf3dac7a9f6a28d0acb1687 authored about 3 years ago by sharils <[email protected]>
a41f8de91ae3d235a4760d6b515e14f9e2fa7554 authored about 3 years ago by Aaron Arinder <[email protected]>
Update prettier to latest version
0e61e4a5b55d2740aa118db91a6671dcb11307e8 authored over 3 years ago by Mitermayer Reis <[email protected]>371187c30c3f3b8839c8a0b438841efb0a88815f authored over 3 years ago by Mitermayer Reis <[email protected]>
Bump ws from 5.2.2 to 5.2.3
cb54aff2a7915e2e56835b68a26f23e45c3b9f04 authored over 3 years ago by Mitermayer Reis <[email protected]>
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://gith...
b210d32eb46e9256652f63d0f47abe2e9f5d8ee1 authored over 3 years ago by Mitermayer Reis <[email protected]>
d1c44f4a2d9f4b52fe13518d09f8b8257d2e7cf5 authored over 3 years ago by Dmitriy <[email protected]>
9969f9cdfccdc2719ca80f93c9f4daf894cf20e8 authored over 3 years ago by Franco Victorio <[email protected]>
enh: save buffer marks between runs
aa0607ca7a0f61e91365ecf25947312ff4796302 authored over 3 years ago by Mitermayer Reis <[email protected]>4d5d001d9302a7a1f8e115ebaf67f25406cc6abd authored over 3 years ago by Rodrigo Gonzalez <[email protected]>
docs: Fixing typo in readme
baf4207870f30ae2cac149af939947038b63b435 authored over 3 years ago by Mitermayer Reis <[email protected]>Bump handlebars from 4.7.2 to 4.7.7
6d620a1a7bd525af8df1d1520cd82563ac72e4cb authored over 3 years ago by Mitermayer Reis <[email protected]>Bump lodash from 4.17.19 to 4.17.21
e99b2559c567879179c58720d48ddac2d5c359af authored over 3 years ago by Mitermayer Reis <[email protected]>Bump hosted-git-info from 2.8.5 to 2.8.9
81e6caa767fc83de04ff0f60b8a9f722884ee0f6 authored over 3 years ago by Mitermayer Reis <[email protected]>fix for #287: update dependency (prettier-php) to fix build
9e2c232bee81a9458ab8051688d09d3f209bc875 authored over 3 years ago by Mitermayer Reis <[email protected]>b7259fef418cdee83303d8f9b42b354cf3be913d authored over 3 years ago by Am Laher <[email protected]>
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9.
- [Release ...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](http...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.2 to 4.7.7.
- [Release note...
Bump y18n from 3.2.1 to 3.2.2
37600923a25dded35bbf74c3f682d9807ef0b0ce authored over 3 years ago by Mitermayer Reis <[email protected]>
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://githu...
68fda6731b9aa29e49706054b69187ae884ccb68 authored over 3 years ago by Ryan Christian <[email protected]>
Add dein config to readme
e7564653bccc34a2564ccd9463483af2965d148e authored almost 4 years ago by Mitermayer Reis <[email protected]>fix incorrect reference to PrettierFragment in readme
a5e205f6fc6e2f153c006296ec0c89ce8fb7ce76 authored almost 4 years ago by Mitermayer Reis <[email protected]>7a5cdb0296af9a186ac873d245a11ce1ab9c50f7 authored almost 4 years ago by emurph <[email protected]>
Remove Pipe
6999016a0b0c6b5304b6956cbba472c1784d8039 authored almost 4 years ago by Mitermayer Reis <[email protected]>This resolves #284
147a1d9719dc026ac29e696f4004d917ad39f9cb authored almost 4 years ago by Wylie Fowler <[email protected]>3cf8ce55e5c0bde09e92c1bdc72f6d2fca9c05cc authored almost 4 years ago by Chris McIntosh <[email protected]>
- travis build is no longer the main build used by the prettier org,
will need to migrate to s...
Autoformat MDX
560ab601d1b7bf58a0bb637451dc2e8c55b4b1ed authored almost 4 years ago by Mitermayer Reis <[email protected]>60027b4a86428d5b06ae1e96d0ab1cd8a871053a authored almost 4 years ago by Rogin Farrer <[email protected]>
Return cwd as default from s:ResolveExecutable
90fd0d6c5f8410cf8344d4b0985533d3eb9fa223 authored almost 4 years ago by Mitermayer Reis <[email protected]>Stop blowing away the BufWritePre augroup in ftplugins
da10f761a1cabc75bf0fba71c574b4d740d9fae3 authored almost 4 years ago by Mitermayer Reis <[email protected]>#273 changed tsx filetype to typescriptreact
4dfd5618d6a69805a2a1a6c01e487b6f8898eea1 authored almost 4 years ago by Mitermayer Reis <[email protected]>5fb8d1ba52e279722bd8d3977dc62f7a63f93e58 authored almost 4 years ago by yzia2000 <[email protected]>
e3a8b92ef2f8d0197524fa57fa2d574878640f66 authored almost 4 years ago by Nick Hynes <[email protected]>
63a6a6acff5172d6892498d47d7fdb15ca6f790d authored almost 4 years ago by Johan Venter <[email protected]>
bump @prettier/plugin-php dep
671ca8bd00052cf011c2f276587c95a20557a014 authored almost 4 years ago by Mitermayer Reis <[email protected]>addresses #268
2b321cd12190b1e1656cc34c8c86182712fe05ed authored about 4 years ago by hkennyv <[email protected]>fixes #244
bc7ae99c38a1d0f58380347515b212f93df5e68e authored about 4 years ago by Mitermayer Reis <[email protected]>aa3e9420796a73b3233c8754eb401b958b1b45e0 authored about 4 years ago by Okan Karaman <[email protected]>
7a6fddd0eb41f498ddc24aa6e34063dee7f04c2e authored over 4 years ago by mitermayer <[email protected]>
a16366b7b74e54581f1ccb2899225eff91c0fa2d authored over 4 years ago by mitermayer <[email protected]>
issue/232-adding-support-for-prettier-2.x - Adding support for prettier 2x
564827344d33f3ab647917345c1d4f94ff650fbb authored over 4 years ago by Mitermayer Reis <[email protected]>340182bbfedd18dd3eb3cac8adc62be0de90b3f4 authored over 4 years ago by Mitermayer Reis <[email protected]>
Uses default cli configs
ec8dc2bc344985c09e34fd6a4aff73702e2b7967 authored over 4 years ago by Mitermayer Reis <[email protected]>Add buffer-level prettier exec command to doc
e193279ee89e994704a4884bd9950046a080e6ac authored over 4 years ago by Mitermayer Reis <[email protected]>5d5bde20964b0b55e05516f7f7784bd90d92aeb8 authored over 4 years ago by Ethan Nguyen <[email protected]>
349999cc6eb3f11280ae1b1ed00f4975c4d84053 authored over 4 years ago by Ethan Nguyen <[email protected]>
0241700d62814a1ddafc0227e0c66e9a8e3fae87 authored over 4 years ago by Jay Sitter <[email protected]>
Add support for buffer-level prettier_exec_cmd, for prettier-stylelint for instance
87c46da349f035eca36890e880dfe86707117b1e authored over 4 years ago by Mitermayer Reis <[email protected]>f0076df891baf71fc5df61dce214acbb14f9d230 authored over 4 years ago by Mitermayer Reis <[email protected]>
Bump acorn from 5.7.3 to 5.7.4
0f797652138dc1b69e2562fbff30b6a1e86fc0c8 authored over 4 years ago by Mitermayer Reis <[email protected]>1033199e52a6a6b32a14c4d5cc9ae1fba6386f69 authored over 4 years ago by Jay Sitter <[email protected]>
7dc91ade28b0b89309e7c6b332ea6ccbd1c8f823 authored over 4 years ago by Jay Sitter <[email protected]>
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://g...
Autoformat .rb files
6ec1cc07763d4a6183c99253cc82a9854c9ab278 authored over 4 years ago by Mitermayer Reis <[email protected]>Fix error when quitting Neovim with :wq
674360e9df699b959e38127bc7f15a89c1502f68 authored over 4 years ago by Mitermayer Reis <[email protected]>Bump lodash from 4.17.15 to 4.17.19
5e5d51d4b1c8ad2e99cc24cce23e684a5ad1e5f1 authored over 4 years ago by Mitermayer Reis <[email protected]>c60cfefd2e42915549af9ec5c90ad683041baf37 authored over 4 years ago by Mitermayer Reis <[email protected]>
04602c632f417f953c32a5d766894c757e6e345f authored over 4 years ago by Mitermayer Reis <[email protected]>
Add missing ".yml" in autocmd
cc3c95f28ab4e93e121428d5897c9dd0dd7082e0 authored over 4 years ago by Mitermayer Reis <[email protected]>154cf2e639280121e0e3de7fbeb7a55d1361ce70 authored over 4 years ago by Mitermayer Reis <[email protected]>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...
This fixes #215 by implementing the fix I've suggested in [my
comment][0].
After [the suggestio...
29449e7a155b858085ddfe3cab1f770464a68cdf authored over 4 years ago by Thorsten Ball <[email protected]>27fadfd62040fa90b86c23dbc1736a335374a7c7 authored over 4 years ago by Marco Comes <[email protected]>
Fix string concatenation typo
d927452f2db2c43dc78c6b62783b64670569e5c9 authored over 4 years ago by Mitermayer Reis <[email protected]>b351226a0ea4aded1755284b189d1cd608e810bc authored over 4 years ago by Noah <[email protected]>
2.x
- Updating default config
- Adding missing configuration
- Updating yarn lock
- Updating pac...
Add instructions for installing with vim 8+
de4c4fc5d879c8d82668e47384f80ff45c1bfb42 authored over 4 years ago by Mitermayer Reis <[email protected]>No need for pathogen, plug, vundle, etc anymore
ce1bf297cb3569a59082286b0fcc2260b55868d2 authored over 4 years ago by AJ ONeal <[email protected]>b16bb29156bd5c50c8565a4512abe21e49097684 authored over 4 years ago by James Vaughan <[email protected]>
Force reevaluation of autoformat settings at buffer write time
6b1adeb54910aaac47d6ab9ecc6d54ffe2f68360 authored over 4 years ago by Mitermayer Reis <[email protected]>62ea1dc2110ff760af167633c71a6e469011b9c6 authored over 4 years ago by Chris LaRose <[email protected]>