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
/
prettier
/
job
Age
Commit message (
Expand
)
Author
2020-07-16
Fix error when quitting Neovim with :wq
Thorsten Ball
2020-03-21
bugfix/issue-229-fixing-neovim-0-4-compatibility
mitermayer
2019-09-14
issues/184-fixing-undo-step - Writting should not trigger autocomands
mitermayer
2018-11-05
Merge branch 'master' into release/1.x
mitermayer
2018-06-22
Fixing job runner lock flag
mitermayer
2018-05-09
Fixing neovim offset for removing extra lines
mitermayer
2018-05-09
use buffered mode for neovim job
chemzqm
2018-05-04
Adding support for neovim
mitermayer
2018-05-04
Adding support for neovim finalized
mitermayer
2018-05-04
Adding follow up todos
mitermayer
2018-05-04
Making sure only single job is executed at a time with neovim
mitermayer
2018-05-04
Adding neovim runner module
mitermayer
2018-05-04
Creating buffer replace and save utils
mitermayer
2018-05-04
Moving modern vim async formater into its own module
mitermayer
2018-05-04
cosmetic comments and todos
mitermayer
2018-05-04
Refactoring out sync jobs and quickfix module
mitermayer
2018-05-04
WIP
mitermayer