aboutsummaryrefslogtreecommitdiff
path: root/autoload/prettier/job
AgeCommit message (Collapse)Author
2020-07-16Fix error when quitting Neovim with :wqThorsten Ball
This fixes #215 by implementing the fix I've suggested in [my comment][0]. After [the suggestion to open a PR][1], here we are :) [0]: https://github.com/prettier/vim-prettier/issues/215#issuecomment-629681399 [1]: https://github.com/prettier/vim-prettier/issues/215#issuecomment-648657236
2020-03-21bugfix/issue-229-fixing-neovim-0-4-compatibilitymitermayer
- Updated nvim test version to latest 0.4.3 on Dockerfile - Updated nvim async job to behave similar to vim8 - Removing support for python plugins since it has been archieved from repository - bumping prettier dep - updating snapshots
2019-09-14issues/184-fixing-undo-step - Writting should not trigger autocomandsmitermayer
- when formatting files we should not trigger auto commands
2018-11-05Merge branch 'master' into release/1.xmitermayer
2018-06-22Fixing job runner lock flagmitermayer
- Making sure we do not try to format a file again until execution is finally finished
2018-05-09Fixing neovim offset for removing extra linesmitermayer
2018-05-09use buffered mode for neovim jobchemzqm
2018-05-04Adding support for neovimmitermayer
2018-05-04Adding support for neovim finalizedmitermayer
2018-05-04Adding follow up todosmitermayer
2018-05-04Making sure only single job is executed at a time with neovimmitermayer
2018-05-04Adding neovim runner modulemitermayer
2018-05-04Creating buffer replace and save utilsmitermayer
2018-05-04Moving modern vim async formater into its own modulemitermayer
2018-05-04cosmetic comments and todosmitermayer
2018-05-04Refactoring out sync jobs and quickfix modulemitermayer
2018-05-04WIPmitermayer