summaryrefslogtreecommitdiffstats
path: root/autoload (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-09-30Fix error when editing path for shebang (#572)Chayoung You1-1/+7
2020-09-30Reduce startup time by avoiding calling slow au!Adam Stankiewicz1-4/+4
2020-09-29Deduplicate polyglot filesAdam Stankiewicz3-4/+6
2020-09-29Modularize lazy loading of polyglot partsAdam Stankiewicz4-706/+392
2020-09-29Prevent warning for ps1xml heuristics, #570Adam Stankiewicz1-1/+1
2020-09-29Remove ambiguity for terraform files, #570Adam Stankiewicz1-1/+1
2020-09-29Fix detection of conf files, closes #569Adam Stankiewicz1-1/+2
2020-09-29Remove {{ }} from detecting htmldjango, #560Adam Stankiewicz1-1/+1
2020-09-28Fix all warning messagesAdam Stankiewicz1-2/+2
2020-09-28Fix many extensions detectionAdam Stankiewicz1-6/+6
2020-09-28Fix zsh missing filenamesAdam Stankiewicz1-1/+1
2020-09-28Add missing filetypes for sqlAdam Stankiewicz1-1/+1
2020-09-28Add missing filetypes for systemdAdam Stankiewicz1-1/+1
2020-09-28Show warnings only for DEV buildAdam Stankiewicz1-1/+1
2020-09-28Fix some missing extensions warningsAdam Stankiewicz1-1/+1
2020-09-27Set indentation only locally, fixes #564v4.12.1Adam Stankiewicz2-5/+15
2020-09-26Fix neovim warning, closes #563Adam Stankiewicz1-2/+2
2020-09-25Change gitignore providerAdam Stankiewicz1-0/+41
2020-09-24Add support for .gitignore highlightingAdam Stankiewicz1-21/+22
2020-09-24Improve django filetype detection, closes #560v4.12.0Adam Stankiewicz1-9/+11
2020-09-24Add warning to generated filesAdam Stankiewicz1-2/+2
2020-09-24Extract non-generated code to polyglot.vimAdam Stankiewicz1-48/+364
2020-09-24Fix django highlighting, fixes #553Adam Stankiewicz2-5/+6
2020-09-24Improve html heuristicsAdam Stankiewicz1-1/+4
2020-09-23Fix detecting jinja templates, #553Adam Stankiewicz1-0/+6
2020-09-22BuildAdam Stankiewicz3-2/+7
2020-09-16Get rid of s:Setf helperAdam Stankiewicz1-68/+60
2020-09-16Write heuristics for perl, closes #550v4.10.2Adam Stankiewicz2-9/+102
2020-09-15Fix eruby filetype detect, closes #547v4.9.10v4.10.1Adam Stankiewicz2-40/+48
2020-09-10Add odin support, closes #544Adam Stankiewicz2-20/+17
2020-09-10Automatically detect script filetype when typingv4.10.0Adam Stankiewicz1-17/+23
2020-09-10Fix filetype detection and docini filetypesv4.9.9Adam Stankiewicz1-3/+3
2020-09-10UpdateAdam Stankiewicz1-0/+8
2020-09-08Fix some ftdetect issues from testsAdam Stankiewicz2-4/+5
2020-09-06Add heuristics for .h extensionAdam Stankiewicz2-5/+24
2020-09-06Add more apache filetypesAdam Stankiewicz1-1/+1
2020-09-06Add support for Visual Basic and BasicAdam Stankiewicz2-0/+12
2020-09-05Add support for Idris2, closes #534 (#535)CodingCellist4-3/+50
2020-09-04Fix detection of indentation, #537Adam Stankiewicz1-215/+215
2020-09-04Switch to neovim version of help filetype, fixes #536Adam Stankiewicz1-63/+48
2020-09-03Disable native autocommands when appropriate, fixes #533v4.8.1Adam Stankiewicz1-10/+10
2020-09-01Automatically detect indentation, closes #529v4.8.0Adam Stankiewicz1-0/+221
2020-09-01Fix reason filetype detection, closes #532v4.7.1Adam Stankiewicz1-0/+10
2020-09-01Remove vim-sql-syntax, #528v4.6.1Adam Stankiewicz2-2/+2
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz3-0/+852
- 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-24Remove vifm and test all filetypesAdam Stankiewicz2-53/+0
2020-08-24Remove some custom dirs configAdam Stankiewicz3-0/+1505
2020-08-18Add requirements.txt support, closes #507v4.5.0Adam Stankiewicz1-0/+36
2020-08-18Add jsonnet support, closes #515Adam Stankiewicz1-0/+129
2020-08-14Fix svelte branch name, closes #522Adam Stankiewicz1-1/+1