aboutsummaryrefslogtreecommitdiff
path: root/ftplugin
AgeCommit message (Collapse)Author
2020-08-03Merge pull request #235 from jamesbvaughan/jamesbvaughan/ruby-filetypeMitermayer Reis
Autoformat .rb files
2020-05-24Add missing ".yml" in autocmdMarco Comes
2020-04-13Autoformat .rb filesJames Vaughan
2020-04-07Force reevaluation of autoformat settings at buffer write timeChris LaRose
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
2020-02-15Fixing lintingmitermayer
- Fixing linting rules
2020-02-15Added support for prettier xml pluginmitermayer
- updated package.json deps - added tests - updated lock file
2020-02-15Adding support for the prettier lua pluginmitermayer
2020-02-15Adding support for prettier ruby pluginmitermayer
- Update docker container image to be able to run the prettier ruby plugin tests
2020-02-15Adding support for prettier python pluginmitermayer
- updating Dockerfile to include python3 on vim test bed image in order to work with prettier python plugin - prettier python plugin seems to require python3 to be available on the system
2020-02-13Adding support for the php plugginmitermayer
- This adds support for the PHP prettier plugin - Fixes a bug where html overwrites php files parsers
2019-11-06Use `get()` to check `g:prettier#autoformat` safely in ftpluginhank
Due to the fact that `plugin` will be loaded after `ftplugin`(http://vimdoc.sourceforge.net/htmldoc/filetype.html#ftplugin-overrule), even we set `g:prettier#autoformat` in plugin/prettier.vim, it's treated as undefined in ftplugin/*.vim. This happened when using `vim-pathogen`.
2019-02-18Fix markdown checkBen Berman
2019-02-11Make markdown check more resilientBen Berman
2019-01-09Fix markdown mangling issueBen Berman
2018-11-07Added html formattingpremithk
2018-08-21Add yaml supportJan Brauer
2018-01-30Adding vue file detectmitermayer
2017-11-08issue-77/adding-support-for-prettier-1.8 - adidng support for markdownmitermayer
and explicit define parsers - Adding support for markdown - Explicitly pass in parsers for filetypes
2017-11-08Adding support for markdownmitermayer
2017-10-07bugfix: Fixing auto command params to use extensions instead of magicmitermayer
<buffer> variable
2017-10-03bug: Fixing config overwrite value for non js by levaraging --stdin-filepath ↵mitermayer
from prettier
2017-09-29Seeting config override cli-override for non javascriptmitermayer
2017-09-29WIPmitermayer
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-29add graphql parser + bump for prettier 1.5Vu Tran
2017-06-21add json parserVu Tran
2017-06-19feature: enabling partial buffer conversion (tech review)mitermayer
- removing trailing spaces - removing extra param from error callback - changing function signature with more consistent params
2017-06-06Bumping support to latest prettier ^1.4.X and enabling support formitermayer
autofomat css, less, scss, sass and typescript files
2017-05-24First commit0.0.1mitermayer