summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-10-07Fix test and loading of filetypes, closes #577v4.13.2Adam Stankiewicz13-24/+332
2020-10-07Remove context from packages, fixes #575Adam Stankiewicz10-553/+1
2020-10-07Remove man plugin from vim, it does not work for nvim, closes #576Adam Stankiewicz12-334/+191
2020-10-07Remove filetype.vim for now, not clear it worksAdam Stankiewicz1-8/+0
2020-10-07Fix vim 8 package manager, closes #574Adam Stankiewicz1-0/+3
2020-10-06Update readmeAdam Stankiewicz1-1/+1
2020-10-06Simplify list of packagesAdam Stankiewicz2-437/+6
2020-10-06Add all vim filetypesAdam Stankiewicz590-310/+82640
2020-10-06Add extensions to vlangAdam Stankiewicz5-8/+12
2020-10-04UpdateAdam Stankiewicz2-18/+16
2020-10-04Add some missing filetypesAdam Stankiewicz11-132/+1124
2020-10-04Fix formattingAdam Stankiewicz1-5/+5
2020-10-04Add graphql indentation again, thanks @jparise!Adam Stankiewicz5-13/+106
2020-10-04Add comments for some extensions + testAdam Stankiewicz10-188/+185
2020-10-04Address BufWritePost error, fixes #573Adam Stankiewicz3-63/+36
2020-10-02Actually do not use ++once, fixes #573Adam Stankiewicz1-1/+1
2020-10-02Disable vim-polyglot for compatible modeAdam Stankiewicz1-0/+5
2020-10-02Do not use ++once to support older vims, fixes #7056Adam Stankiewicz7-81/+1251
2020-10-02Update Vim 8 installation instructionsAdam Stankiewicz1-2/+1
2020-10-02Resolve issues with loading order, closes #571v4.13.1Adam Stankiewicz9-1552/+3541
2020-09-30Fix error when editing path for shebang (#572)Chayoung You1-1/+7
2020-09-30Update README.mdAdam Stankiewicz1-2/+2
2020-09-30Document how to install with vim8 packagesAdam Stankiewicz2-2/+12
2020-09-30Make loading faster for ambiguous extensions without heuristicsv4.13.0Adam Stankiewicz2-489/+490
2020-09-30Brag in readme about shortened ftdetect timeAdam Stankiewicz1-1/+1
2020-09-30Reduce startup time by avoiding calling slow au!Adam Stankiewicz4-235/+245
2020-09-29Deduplicate polyglot filesAdam Stankiewicz6-388/+34
2020-09-29Modularize lazy loading of polyglot partsAdam Stankiewicz9-788/+480
2020-09-29Make loading faster for ambiguous extensionsAdam Stankiewicz2-670/+224
2020-09-29Prevent warning for ps1xml heuristics, #570Adam Stankiewicz3-2/+4
2020-09-29Remove ambiguity for terraform files, #570Adam Stankiewicz3-3/+5
2020-09-29Fix detection of conf files, closes #569Adam Stankiewicz9-69/+199
2020-09-29Remove {{ }} from detecting htmldjango, #560Adam Stankiewicz3-3/+5
2020-09-28Make ftdetect even shorterAdam Stankiewicz2-347/+158
2020-09-28Make generated file bit shorterAdam Stankiewicz2-606/+106
2020-09-28Fix all warning messagesAdam Stankiewicz6-10/+14
2020-09-28Change less provider, closes #567Adam Stankiewicz5-75/+86
2020-09-28Fix many extensions detectionAdam Stankiewicz5-23/+46
2020-09-28Fix more warningsAdam Stankiewicz1-3/+3
2020-09-28Fix zsh missing filenamesAdam Stankiewicz4-3/+13
2020-09-28Add missing filetypes for sqlAdam Stankiewicz8-2/+676
2020-09-28Add missing filetypes for systemdAdam Stankiewicz4-2/+26
2020-09-28Show warnings only for DEV buildAdam Stankiewicz4-2/+14
2020-09-28Fix missing filetypes detectionAdam Stankiewicz2-14/+14
2020-09-28Fix some missing extensions warningsAdam Stankiewicz5-25/+57
2020-09-27Set indentation only locally, fixes #564v4.12.1Adam Stankiewicz7-15/+36
2020-09-26Fix neovim warning, closes #563Adam Stankiewicz3-6/+6
2020-09-25Update filenames for gitignoreAdam Stankiewicz2-0/+4
2020-09-25Change gitignore providerAdam Stankiewicz7-13/+169
2020-09-24Add support for .gitignore highlightingAdam Stankiewicz8-23/+63