summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-09-06Remove stephpy/vim-yaml syntaxv4.9.3Adam Stankiewicz4-83/+1
It causes issues: - https://github.com/dracula/vim/pull/163 - https://github.com/stephpy/vim-yaml/issues/22
2020-09-06Remove empty blocksAdam Stankiewicz2-34/+11
2020-09-06Ensure duplicate tags do not happen in the future, #538Adam Stankiewicz1-0/+5
2020-09-06Fix weird indentation issue of yamlAdam Stankiewicz9-10/+455
2020-09-06Ignore idris2 doc, fixes #538Adam Stankiewicz2-158/+2
2020-09-05Add support for Idris2, closes #534 (#535)CodingCellist19-7/+982
2020-09-04Ignore files from homedir and root for indentv4.9.2Adam Stankiewicz1-0/+4
https://github.com/tpope/vim-sleuth/pull/57
2020-09-04Do not set indent on by defaultAdam Stankiewicz1-4/+0
https://github.com/tpope/vim-sleuth/issues/21
2020-09-04Fix detecting indentation in some CSSAdam Stankiewicz1-1/+1
This is done by ignoring lines that don't have any alphanumeric characters, e.g. following would be detected as 4-spaces indentation instead of 2-spaces .android { height: 404px; width: 334px; margin: 100px auto; } https://github.com/tpope/vim-sleuth/issues/22
2020-09-04Ignore heredoc when detecting indentv4.9.1Adam Stankiewicz1-0/+13
2020-09-04Synchronize shiftwidth with tabstop by defaultv4.9.0Adam Stankiewicz4-76/+18
2020-09-04Fix detection of indentation, #537Adam Stankiewicz4-383/+366
2020-09-04Let user select tabstop, by not changing itAdam Stankiewicz1-3/+0
2020-09-04Allow to disable autoindent with g:polyglot_disabledAdam Stankiewicz2-2/+13
2020-09-04Switch to neovim version of help filetype, fixes #536Adam Stankiewicz6-93/+149
2020-09-03Update contribution infoAdam Stankiewicz1-1/+1
2020-09-03Add test for terraformAdam Stankiewicz1-0/+1
2020-09-03Disable native autocommands when appropriate, fixes #533v4.8.1Adam Stankiewicz4-46/+274
2020-09-01Automatically detect indentation, closes #529v4.8.0Adam Stankiewicz4-1/+420
2020-09-01Fix reason filetype detection, closes #532v4.7.1Adam Stankiewicz7-10/+44
2020-09-01Add sql support for javascriptv4.7.0Adam Stankiewicz5-1/+42
2020-09-01Remove vim-sql-syntax, #528v4.6.1Adam Stankiewicz22-317/+20
2020-09-01Some major updates including heuristicsv4.6.0Adam Stankiewicz77-3920/+10775
- 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-29add missing period to fix mako detection (#530)Tim Bedard2-3/+3
2020-08-27Buildv4.5.5Adam Stankiewicz2-8/+6
2020-08-27Make sure all extensions are coveredAdam Stankiewicz3-79/+247
2020-08-27Fix ocaml and dune ftdetectv4.5.4Adam Stankiewicz3-1/+37
2020-08-25BuildAdam Stankiewicz1-2/+6
2020-08-25Add missing newlines (#527)Tim Bedard1-2/+2
2020-08-25Fix ansible ftdetectAdam Stankiewicz3-6/+8
2020-08-25Fix ansible ftdetectAdam Stankiewicz4-17/+33
2020-08-25Cleanup ftdetectAdam Stankiewicz7-36/+193
2020-08-24Include docs of pluginsAdam Stankiewicz35-30/+12493
2020-08-24Remove vifm and test all filetypesAdam Stankiewicz14-788/+218
2020-08-24Use make in CIAdam Stankiewicz1-1/+1
2020-08-24Migrate to makefileAdam Stankiewicz2-4/+12
2020-08-24Migrate only after dirsAdam Stankiewicz3-8/+19
2020-08-24Remove some custom dirs configAdam Stankiewicz6-13/+1523
2020-08-24Mention vim-polyglot is more secure than using individual packsv4.5.3Adam Stankiewicz1-0/+1
2020-08-24Ignore compiler for javascript, fixes #521Adam Stankiewicz4-27/+15
2020-08-24Use setf for ambiguous extensionsv4.5.2Adam Stankiewicz2-86/+96
2020-08-24Fix blade ftdetectv4.5.1Adam Stankiewicz2-11/+12
2020-08-24Remove travisAdam Stankiewicz1-7/+0
2020-08-24Update readmeAdam Stankiewicz1-1/+1
2020-08-24Update readmeAdam Stankiewicz1-5/+2
2020-08-24Fix CIAdam Stankiewicz1-1/+1
2020-08-23Debug CIAdam Stankiewicz1-3/+9
2020-08-23Fix CIAdam Stankiewicz1-1/+1
2020-08-23Fix CIAdam Stankiewicz2-1/+16
2020-08-23fix: Migrate build script to rubyAdam Stankiewicz4-7/+1109