summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-06-09Replace i3 and sway with a single repo, fixes #709 (#716)rYR794352-19/+5
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
2021-06-09Add justfile support (#713)Noah2-1/+10
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
2021-06-09UpdateAdam Stankiewicz3-0/+90
2021-06-09UpdateAdam Stankiewicz4-2/+8
2021-06-09Add nftables filetype (#715)Jeremy Cantrell3-0/+16
Co-authored-by: Adam Stankiewicz <sheerun@sher.pl>
2021-06-09Add OpenSCAD support, closes #702Adam Stankiewicz7-1/+127
2021-06-09Fix script indentation inside html, closes #693Adam Stankiewicz15-1708/+230
2021-06-09Fix loading of rust autoload functions, fixes #686Adam Stankiewicz1-1/+0
2021-06-09Disable languages also from heuristics, fixes #673Adam Stankiewicz3-20/+31
2021-06-09Document which default settings are changes, closes #672Adam Stankiewicz1-1/+18
2021-06-09Enable jsdoc highlighting by default, fixes #667Adam Stankiewicz1-0/+3
2021-06-09De-duplicate runtime heuristic autocommandsAdam Stankiewicz2-34/+34
2021-06-09Fix livescript filetype, closes #666Adam Stankiewicz4-4/+4
2021-06-09Use more modern haxe package, closes #340Adam Stankiewicz10-414/+627
2021-06-09UpdateAdam Stankiewicz10-63/+821
2021-06-04UpdateAdam Stankiewicz2-1/+3
2021-06-04Fix detection of racket filetype, closes #720Adam Stankiewicz4-3/+5
2021-06-02Fix testsAdam Stankiewicz1-1/+0
2021-06-01UpdateAdam Stankiewicz56-431/+814
2021-04-14Do not touch nofileignorecase setting, fixes #694Adam Stankiewicz1-3/+0
2021-04-14UpdateAdam Stankiewicz7-1/+154
2021-04-14Remove mm from xml extensions, fixes #699Adam Stankiewicz4-3/+4
2021-04-14Change svelte provider, fixes #700Adam Stankiewicz8-247/+850
2021-04-14Add reindent to readme #662 (#675)Christian Zangl1-0/+11
2021-04-14Remove .rs extension from xml, closes #682Adam Stankiewicz4-3/+4
2021-04-14Switch clojure provider, closes #685Adam Stankiewicz6-94/+103
2021-04-14Update solitidy provider, closes #687Adam Stankiewicz3-143/+317
2021-04-14UpdateAdam Stankiewicz47-307/+473
2021-04-14Eeplace array slice with while loops for Vim 7.4 (#677)Sezi1-4/+7
Workaround for: E117: Unknown function: i:len E15: Invalid expression: rtp[i:len(rtp)-1]
2021-03-10UpdateAdam Stankiewicz21-101/+490
2021-03-01UpdateAdam Stankiewicz62-1084/+1178
2021-01-14Prevent overriding filetype set, fixes #663Adam Stankiewicz1-1/+1
2021-01-14UpdateAdam Stankiewicz28-429/+272
2021-01-03Add hjson, closes #659Adam Stankiewicz6-1/+111
Co-authored-by: SebastienElet <sebastien@elet.fr>
2021-01-03Revert stylus providerAdam Stankiewicz16-1542/+533
2021-01-01Fix loading for vim 8 packages, closes #613Adam Stankiewicz1303-4911/+4939
2021-01-01Move tex to after, closes #650Adam Stankiewicz6-1/+6
2021-01-01Add cson extension to coffeescript, closes #639Adam Stankiewicz4-3/+4
Co-authored-by: Collin Styles <collin.styles@mycase.com>
2021-01-01Change stylus provider, closes #642Adam Stankiewicz6-425/+1468
2021-01-01Add support for gleam, closes #655Adam Stankiewicz23-282/+477
Co-authored-by: Jeff Kreeftmeijer <jeffkreeftmeijer@gmail.com>
2021-01-01Detect filetype only if not set, fixes #656Adam Stankiewicz1-2/+2
2021-01-01Improve disabling ftdetectAdam Stankiewicz1-10/+10
2021-01-01Allow to disable ftdetect scripts, closes #657Adam Stankiewicz2-0/+13
2020-12-30Change fish provider, closes #626v4.17.0Adam Stankiewicz6-35/+134
2020-12-30Add jsonc, closes #635Adam Stankiewicz7-1/+82
2020-12-30Enable again swapfiles, fixes #638Adam Stankiewicz1-2/+19
2020-12-30Revert "Check changes for focus event, improves #638"Adam Stankiewicz4-169/+1
It's because it additionally changes cursor to vertical bar. I need to disable this behavior and make it compatible with plugins that enable vertical cursor... This reverts commit 44e79fc935004c2e67fc39a77266d0f06e29d920.
2020-12-30Try to fix testsAdam Stankiewicz1-1/+1
2020-12-30Add link to actionsAdam Stankiewicz1-1/+1
2020-12-30Check changes for focus event, improves #638Adam Stankiewicz4-1/+169