summaryrefslogtreecommitdiffstats
path: root/packages.yaml (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01Remove vim-sql-syntax, #528v4.6.1Adam Stankiewicz1-11/+0
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz1-24/+339
- 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-27Make sure all extensions are coveredAdam Stankiewicz1-12/+73
2020-08-27Fix ocaml and dune ftdetectv4.5.4Adam Stankiewicz1-0/+23
2020-08-25Fix ansible ftdetectAdam Stankiewicz1-3/+3
2020-08-25Fix ansible ftdetectAdam Stankiewicz1-5/+5
2020-08-25Cleanup ftdetectAdam Stankiewicz1-4/+3
2020-08-24Remove vifm and test all filetypesAdam Stankiewicz1-13/+0
2020-08-24Migrate only after dirsAdam Stankiewicz1-4/+12
2020-08-24Remove some custom dirs configAdam Stankiewicz1-5/+13
2020-08-24Ignore compiler for javascript, fixes #521Adam Stankiewicz1-1/+6
2020-08-24Fix blade ftdetectv4.5.1Adam Stankiewicz1-6/+7
2020-08-23Migrate ftdetect generation to rubyAdam Stankiewicz1-112/+344
2020-08-23Move packages to yaml fileAdam Stankiewicz1-0/+1069