index
:
vim-prettier
main
Fork of vim-prettier with my patches.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
autoload
Age
Commit message (
Expand
)
Author
2018-05-25
0.2.7 patch release
0.2.7
mitermayer
2018-05-25
Remove trailing empty line introduced by append
Sam Howie
2018-05-24
Fix PrettierAsync segmentation fault
Sam Howie
2018-03-25
Updating the logic for controlling the quickfix flag
mitermayer
2018-03-25
Fixing inverted flag
mitermayer
2018-03-24
don't change focus to the quicklist
Christian Höltje
2018-02-01
updating command to respect shell and shellcmdflag
mitermayer
2018-02-01
In order for vim8 async job to work with escaped directories we need to
mitermayer
2018-01-31
Fix #108 spaces in executable path problem
Nelson Yeung
2018-01-18
Support the `--arrow-parens` configuration option
Nick Thurow
2018-01-15
Disabling nvim async by default under feature flag
mitermayer
2018-01-14
Fixing linting
mitermayer
2017-12-29
Merge pull request #81 from neoclide/nvim-job
Mitermayer Reis
2017-12-28
bugfix - making sure we do not replace content with empty buffer
mitermayer
2017-12-15
bugfix - fixing error on prettier async since we should not include
mitermayer
2017-12-12
Add --prose-wrap option
Franky Chung
2017-12-08
release 0.2.6
0.2.6
mitermayer
2017-12-08
issues-83-and-84 - Fixing prettier 1.9 regression
mitermayer
2017-11-15
Add async support for neovim
chemzqm
2017-11-08
0.2.5 release
0.2.5
mitermayer
2017-11-08
issues/76 - the shellescapping util function was breaking async
mitermayer
2017-11-07
Fixing error matching regex to match new prettier CLI errors
mitermayer
2017-11-02
Borrow escape code form ale.vim
Qiming zhao
2017-11-02
Add shellescape for file path
Qiming zhao
2017-10-19
version 0.2.4 release
0.2.4
mitermayer
2017-10-19
Fixing bug where config was not being correctly loaded based on file
mitermayer
2017-10-14
Including extra information on the autoload header and doc header
mitermayer
2017-10-07
adding suppor for vim8 versions older than 8.0.0015 to use async job API
mitermayer
2017-10-07
Making sure we can still save the results of last prettier async run on
mitermayer
2017-10-07
bugfix: fixing race condition incorrect buffer formating
mitermayer
2017-10-03
bug: Fixing config overwrite value for non js by levaraging --stdin-filepath ...
mitermayer
2017-09-29
WIP
mitermayer
2017-09-25
issue/56 - Allowing user path overwrite configuration
mitermayer
2017-09-18
Fixing typo
mitermayer
2017-09-17
feature: Adding more commands
mitermayer
2017-09-05
Adding support for prettier configuration
mitermayer
2017-08-29
Making sure that after formatting we preserve in the same line
mitermayer
2017-08-24
Async command was not working for windows this patch will make sure it
mitermayer
2017-08-12
bugfix: should not clear quickfix unles there are errors
mitermayer
2017-07-11
adding-support-for-vim7 - adding support for vim7
mitermayer
2017-06-19
feature: enabling partial buffer conversion (tech review)
mitermayer
2017-06-19
feature: enabling partial buffer conversion
mitermayer
2017-06-07
Adding async command and user configurations
mitermayer
2017-06-06
Bumping support to latest prettier ^1.4.X and enabling support for
mitermayer
2017-06-02
Minor refactoring variable scoping
mitermayer
2017-05-31
feature: Adding support for quick-fix error handling
0.0.4
mitermayer
2017-05-31
Moving executable check up
mitermayer
2017-05-27
bugfix: fixing bug where prettier installation of the plugin was never
mitermayer
2017-05-27
Adding support for async formating and making it default for autosave
mitermayer
2017-05-25
bugfix: Making sure that when prettier fail to parse buffer we do not
mitermayer
[next]