aboutsummaryrefslogtreecommitdiff
path: root/ftplugin/graphql.vim
AgeCommit message (Collapse)Author
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`.
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-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-06-29add graphql parser + bump for prettier 1.5Vu Tran