summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-03-04Add flatbuffers support, closes #368Adam Stankiewicz4-1/+66
2019-03-04Add quake support, closes #372Adam Stankiewicz4-1/+320
2019-03-04Add meson supportAdam Stankiewicz6-2/+380
2019-03-04Add idris support, closes #265Adam Stankiewicz9-1/+718
2019-03-04Add reason support, closes #266Adam Stankiewicz7-1/+510
2019-03-04Add jinja support, closes #269Adam Stankiewicz7-2/+280
2019-03-04Add groovy indent support, closes #324Adam Stankiewicz2-1/+169
2019-03-04Add indent support for groovyAdam Stankiewicz1-0/+1
2019-03-04Add cuesheet support, closes #366Adam Stankiewicz4-1/+40
2019-03-04Sort packs, closes #367Adam Stankiewicz2-76/+76
2019-03-04Remove orgmode plugin, #360Adam Stankiewicz8-842/+1
2019-03-04Change plugin guard for disabling, fixes #371Adam Stankiewicz413-1661/+1662
2019-03-04UpdateAdam Stankiewicz45-709/+1579
2018-12-26Add pony supportv3.4.0Adam Stankiewicz7-1/+862
2018-12-26Switch dockerfile providerAdam Stankiewicz7-22/+221
2018-12-26Add moonscript supportAdam Stankiewicz6-1/+692
2018-12-26Add orgmode supportAdam Stankiewicz8-1/+842
2018-12-26Add rst supportAdam Stankiewicz5-1/+385
2018-12-26Change i3 providerAdam Stankiewicz8-146/+358
2018-12-26UpdateAdam Stankiewicz7-111/+10
2018-12-26UpdateAdam Stankiewicz2-2/+2
2018-12-26UpdateAdam Stankiewicz47-450/+4739
2018-10-10explicitly set locale to C for sorting so README sorts same on all systems ↵Derek Sifford1-1/+1
(#348)
2018-10-08Updatev3.3.3Adam Stankiewicz59-1895/+2557
2018-07-08Update dependenciesAdam Stankiewicz38-927/+1372
2018-06-05Changes to `build` for `README.md` updatesDan Reif2-11/+23
* Make the number of packages in the project easier to find. * Replace `ed` with `awk` in `update_readme()`, the latter being (_arguably_!) more readable/less fragile.
2018-06-05Add FERM support (#311)Dan Reif3-0/+216
2018-06-05Merge pull request #312 from 5paceToast/fermDan Reif1-0/+1
Add ferm support, fixes #311
2018-06-05Merge pull request #315 from sheerun/periodic_rebuild_20180605Dan Reif22-80/+155
Update (periodic rebuild)
2018-06-05Update (periodic rebuild)Dan Reif22-80/+155
2018-06-04Add ferm support, fixes #311Chloe Kudryavtsev1-0/+1
2018-05-10Add graphql_javascript_tags, fixes #303Adam Stankiewicz2-0/+8
2018-05-08Merge pull request #301 from timfeirg:feature/graphqlDan Reif8-0/+216
2018-05-08applescript: vim-scripts -> mityuDan Reif3-1/+102
2018-05-08Merge pull request #286 from idbrii/improve-applescriptCH-DanReif1-1/+1
Update applescript to one that provides ftdetect
2018-05-08Update (periodic rebuild)Dan Reif2-3/+12
2018-05-08Merge pull request #300 from sheerun/shellcheck_build_cleanupCH-DanReif1-22/+25
Cleanup `build` syntax a bit, aided by `shellcheck(1)`
2018-05-03Update applescript to one that provides ftdetectDavid Briscoe1-1/+1
Current applescript defines a syntax file, but doesn't setup an applescript filetype to apply the syntax. This one does ftdetect and indent. Its ftplugin for running applescript through osascript is excluded. It uses an identical syntax file to the existing one.
2018-05-01And now it's 2018....CH-DanReif1-1/+1
2018-04-30Cleanup `build` syntax a bit, aided by `shellcheck(1)`Dan Reif1-22/+25
2018-04-30Support autoload config file for golangDan Reif2-8/+467
Fixes #299
2018-04-30Allow use of # to skip packages being built (for testing)Dan Reif1-2/+2
2018-04-30`set et` on `build`Dan Reif1-2/+2
2018-04-30Update README with slightly more verbose contribution guidelinesDan Reif1-1/+6
2018-04-30Update (switch wdwoods->kurayama for systemd)Dan Reif3-32/+81
See https://github.com/sheerun/vim-polyglot/pull/267
2018-04-30Use upstream of systemd pluginChris Weyl1-1/+1
While not immediately apparent, wdwoods is actually the author of the original work kurayama's repo is based on.
2018-04-30Merge pull request #281 from djpowers/patch-1CH-DanReif1-1/+1
Fix typo in README
2018-04-30Update (periodic rebuild)Dan Reif53-1429/+2776
I originally meant to run this before adding haproxy, but accidentally pushed that into my branch. If you'd like to see that content, it's at https://github.com/CH-DanReif/vim-polyglot/commit/414ad25c3ad1ab9c4b6a99fe4f08d6c30b7e0f57.
2018-04-30Add haproxy to polyglot, check for directory existence before globbing it (#291)CH-DanReif2-1/+3
Add haproxy to polyglot, check for directory existence before globbing it
2018-04-30Merge pull request #293 from CH-DanReif/disable_individual_ftdetectCH-DanReif1-8/+10
Allow disabling individual ftdetects via `g:polyglot_disabled`