summaryrefslogtreecommitdiffstats
path: root/indent (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-06-09Use more modern haxe package, closes #340Adam Stankiewicz1-0/+19
2021-06-01UpdateAdam Stankiewicz5-26/+49
2021-04-14Change svelte provider, fixes #700Adam Stankiewicz1-116/+257
2021-04-14Switch clojure provider, closes #685Adam Stankiewicz1-11/+40
2021-04-14UpdateAdam Stankiewicz3-7/+11
2021-03-10UpdateAdam Stankiewicz3-17/+109
2021-03-01UpdateAdam Stankiewicz6-29/+37
2021-01-14UpdateAdam Stankiewicz2-65/+1
2021-01-03Revert stylus providerAdam Stankiewicz2-29/+68
2021-01-01Fix loading for vim 8 packages, closes #613Adam Stankiewicz182-182/+182
2021-01-01Move tex to after, closes #650Adam Stankiewicz1-427/+0
2021-01-01Change stylus provider, closes #642Adam Stankiewicz1-67/+28
2021-01-01Add support for gleam, closes #655Adam Stankiewicz2-7/+10
Co-authored-by: Jeff Kreeftmeijer <jeffkreeftmeijer@gmail.com>
2020-12-30Change fish provider, closes #626v4.17.0Adam Stankiewicz1-0/+1
2020-12-30Add jsonc, closes #635Adam Stankiewicz1-0/+5
2020-12-29UpdateAdam Stankiewicz4-21/+37
2020-11-18UpdateAdam Stankiewicz1-0/+1
2020-11-02UpdateAdam Stankiewicz1-79/+1
2020-10-25Fix conditions, #608Adam Stankiewicz182-182/+182
2020-10-25Preserve loading order of plugins, fixes #608Adam Stankiewicz182-182/+182
2020-10-25Respect symlinks for resolving vim-polyglot as fallback, closes #605Adam Stankiewicz182-1456/+184
2020-10-24Fix recursive loading, closes #605Adam Stankiewicz182-182/+546
2020-10-24Use vim-polyglot only as fallback to other plugins, fixes #580Adam Stankiewicz182-0/+910
2020-10-18Leave only filetype detect for context, closes #575Adam Stankiewicz1-40/+0
2020-10-17Make sure custom scripts.vim are respected as wellAdam Stankiewicz1-15/+15
2020-10-17Fix testsv4.13.4Adam Stankiewicz1-0/+40
2020-10-16UpdateAdam Stankiewicz2-30/+125
2020-10-14Alaways use native vim syntax, fixes #582v4.13.3Adam Stankiewicz1-108/+0
2020-10-14Add and fix tests from upstream vimAdam Stankiewicz3-27/+161
2020-10-08Fix encoding of vim filesAdam Stankiewicz2-2/+2
2020-10-08Fix markdown and other highlighting, #578Adam Stankiewicz1-28/+48
2020-10-07Use neovim version of .vim highlighting, #578Adam Stankiewicz1-31/+5
2020-10-07Remove context from packages, fixes #575Adam Stankiewicz1-40/+0
2020-10-07Remove man plugin from vim, it does not work for nvim, closes #576Adam Stankiewicz1-0/+159
2020-10-06Add all vim filetypesAdam Stankiewicz69-159/+6803
2020-10-04Add some missing filetypesAdam Stankiewicz1-0/+59
2020-10-04Add comments for some extensions + testAdam Stankiewicz1-0/+7
2020-09-28Change less provider, closes #567Adam Stankiewicz1-3/+7
2020-09-28Add missing filetypes for sqlAdam Stankiewicz1-0/+43
2020-09-24Fix django highlighting, fixes #553Adam Stankiewicz4-209/+146
2020-09-23Update test script to rubyAdam Stankiewicz1-2/+2
2020-09-16Write heuristics for perl, closes #550v4.10.2Adam Stankiewicz2-0/+169
2020-09-15UpdateAdam Stankiewicz2-12/+15
2020-09-10Add odin support, closes #544Adam Stankiewicz1-0/+41
2020-09-06Add support for Visual Basic and BasicAdam Stankiewicz1-0/+82
2020-09-06Fix weird indentation issue of yamlAdam Stankiewicz1-0/+159
2020-09-05Add support for Idris2, closes #534 (#535)CodingCellist1-0/+148
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz6-12/+608
- Allow to define heuristics in heuristics.yaml - Migrate all filetypes from vim beginning with "a" - Remove enhanced cpp syntax (it was too slow to load) - Use setf instead of set ft for setting filetype (faster) - Override native hauristics with au! - Add globbing of files for packages - Replace predefined dirs with extra_dirs and ignored_dirs - Allow to define proper order of packages with topological sort - Fix powershell detection - Lint and fix many packages.yaml issues - etc etd
2020-08-23Move packages to yaml fileAdam Stankiewicz1-1/+1
2020-08-23UpdateAdam Stankiewicz1-3/+2