Commit Graph

96 Commits

Author SHA1 Message Date
Manuel Mendez
989aa62e94 README: document yapf config file search 2017-07-20 15:09:57 -04:00
Chiel ten Brinke
ad189cdde5 Merge branch 'master' of https://github.com/Chiel92/vim-autoformat 2017-06-26 09:29:58 +02:00
Chiel ten Brinke
f65c4c88af Fix #189. 2017-06-26 09:29:22 +02:00
Sumin Byeon
92cf430ead Use $MYVIMRC instead of a hard-coded value 2017-05-26 11:16:12 +09:00
Sumin Byeon
f00ff6de93 Update README
Explain how to reload .vimrc without restarting vim
2017-05-26 00:38:46 +09:00
Christian Hubinger
db4a01e197 fix: renamed command builder function, remove disable flag
moved Win32 check inside command builder
2017-03-14 11:45:15 +01:00
Christian Hubinger
9e645c483d fix: generate command on the fly when executing
Replaced: s:find_uwards fint builtin findfile()
Removed: register/unregister logic
2017-03-14 00:44:30 +01:00
Christian Hubinger
0f90dc3a0f feature: implement local ESLint support
Support to use the project local eslint installation to be used to
reformat javascript source with the eslint --fix command
2017-03-12 01:23:40 +01:00
Rafael Jurado González
1bc739a8d9 Update README.md
Remark needs command-line interface.
2017-02-19 13:45:46 +01:00
Chiel ten Brinke
92e95779c2 Update README.md 2017-02-02 09:48:25 +01:00
Chiel ten Brinke
0923017c63 Update README.md 2017-01-24 16:40:40 +01:00
Giulio Ungaretti
22e39f99a4 fix: Use correct pip command to install yapf 2017-01-20 15:06:49 +01:00
Clayton Parker
cffce11a85 add rubocop formatter 2017-01-19 10:27:06 -05:00
Sindre Sorhus
1a09ff60fb Add XO formatter for JavaScript 2017-01-13 22:02:09 +07:00
Chiel ten Brinke
1ad6f8eea7 Update README.md
Only use the changelog for important changes in behaviour.
2016-12-03 21:32:50 +01:00
bbqtd
091321ce4d Add formatter for javascript (standard) 2016-10-31 03:12:26 +03:00
Chiel ten Brinke
c9c7103b79 Merge branch 'add_formatters_formatdef_overrides' of https://github.com/jpmv27/vim-autoformat into jpmv27-add_formatters_formatdef_overrides 2016-09-09 18:57:19 +02:00
Martin Vuille
ab7778b74b Document b:formatters_<filetype> and b:formatdef_<identifier> in README 2016-09-08 13:29:14 -04:00
Patrick Seewald
f6ce60f798 add 'fprettify' for Fortran 2016-08-30 10:59:32 +02:00
Chiel ten Brinke
b9f566b514 Improve documentation about debugging and add PutMessages. 2016-06-15 10:00:58 +02:00
Chiel ten Brinke
0e95bd1d60 Mention vim 7.4 requirement in readme. 2016-06-03 10:18:04 +02:00
Patrick C. McGinty
199f6b2f9d Fix 'chromium' typo in README 2016-04-29 09:43:42 -10:00
Patrick C. McGinty
55929ec762 Add YAPF Python formatter 2016-04-28 15:57:04 -10:00
Chiel ten Brinke
713e7c2580 Only use range arguments in visual mode for autopep8. 2016-04-06 17:06:36 +02:00
Chiel ten Brinke
81f5e989c2 Add bufferlocal variants for all options. 2016-03-30 10:01:56 +02:00
Steve Dignam
3fdd0aa024 added remark for markdown 2016-03-19 00:08:33 -04:00
Chiel ten Brinke
978e4ece4f Add more default fallback features.
Add removing whitespace and retabbing.
2016-03-11 18:09:05 +01:00
Chiel ten Brinke
4ef9e937c0 Don't touch &formatprg.
Makes sure that gq can always be used in its default fashion.
2016-03-10 17:18:15 +01:00
Steve Dignam
11023a0f27 updated formatting of readme 2016-02-11 11:20:59 -05:00
Chiel ten Brinke
f9cc5ff1b3 Merge branch 'master' into dev 2015-12-23 17:01:37 +01:00
Chiel ten Brinke
7902a12391 Cleanup and update README. 2015-12-15 13:15:05 +01:00
Andrew Barchuk
01e55b8535 Add stylish-haskell prettifier 2015-12-05 23:10:58 +02:00
Chiel ten Brinke
d704fd1647 Add config file detection for clang-format.
Also
 - add CurrentFormatter command.
 - more verbosity.
 - update readme.
2015-12-04 09:59:23 +01:00
Abdurrahman Aborazmeh
12a9d4c30c Add perltidy 2015-11-30 06:19:22 +02:00
Chiel ten Brinke
a5013d1a6a Merge branch 'dev' 2015-11-12 15:22:22 +01:00
Chiel ten Brinke
67222e2a2f Substitute \n with os.linesep. Cleanup change log. 2015-11-12 11:30:59 +01:00
Tiziano Santoro
ae85d2dfb6 Add dartfmt 2015-11-05 14:32:43 +00:00
Johann
8adfaeee1e Add rustfmt
This adds rustfmt to the list of default formatters.
2015-11-03 14:52:15 +01:00
Chiel92
d3d07cb23e Use shiftwidth() instead of &shiftwidth. 2015-10-08 18:15:41 +02:00
Xinyun ZHOU
35efffddd8 Fixed a typo 2015-09-22 14:24:33 +10:00
Chiel92
509f982da6 Update readme 2015-06-22 09:18:49 +02:00
Chiel92
6eb339b641 Add tidy definition for html 2015-06-13 17:53:44 +02:00
Dani Hodovic
a3f65420ea Added golang - gofmt support
Added support for gofmt without any of the extra formatting options
enabled by default. Extra options can be found using `gofmt --help`
(-r, -s).
2015-06-13 11:39:06 +02:00
Chiel92
ba12dfc1b7 Add note about python support in README. Related to #54. 2015-06-11 09:51:51 +02:00
Chiel92
bafaadaaee Clean up, update readme 2015-06-06 11:54:30 +02:00
Chiel92
ff8deba487 Cover jscs in README 2015-05-31 22:10:33 +02:00
Chiel92
f256d815e7 Automatically check for supertype formatters, as requested in #50 2015-05-31 21:56:00 +02:00
Chiel92
b553cd17de Add possibility to extend $PATH for formatters. Update README. 2015-05-31 20:58:14 +02:00
Chiel92
495dc9651d Support python cli-version of js-beautify by default 2015-05-30 16:11:37 +02:00
Chiel92
5d90bb9241 Clang-format accepts ranges. Update readme. 2015-05-30 12:12:06 +02:00