summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2020-12-30Add terraform to list of packages, fixes #625Adam Stankiewicz2-1/+2
2020-12-29Fix detecting conf filetype, closes #641Adam Stankiewicz4-10/+15
2020-12-29Do not mention vim-sensible, as only tiny part of it is includedAdam Stankiewicz1-1/+0
2020-12-29Move setting default tabstop to sensible partAdam Stankiewicz1-18/+20
2020-12-29Set shiftwidth to tabstop if greather, fixes #648Adam Stankiewicz1-0/+4
Also should fix situations like in #654
2020-12-29Add mint-language, closes #653Adam Stankiewicz6-1/+125
Co-authored-by: NICHTJ3 <nicholsontrent@gmail.com>
2020-12-29Use maxdepth instead of depth in makefile, closes #652Adam Stankiewicz1-1/+1
2020-12-29UpdateAdam Stankiewicz40-347/+527
2020-11-27Removes `set incsearch` which was copied from vim-sensible (#640)Carl-Philipp Jung1-3/+0
2020-11-20Update plugins, closes #627Adam Stankiewicz1-0/+5
2020-11-18UpdateAdam Stankiewicz32-764/+1983
2020-11-17Fix neovim :Tutor filetype detection (#631)Dawid Potocki5-1/+14
2020-11-04Revert "Rename cpo_save variable to prevent conflicts, fixes #619"Adam Stankiewicz1-3/+3
This reverts commit d96f11bcd81231af1540e164152bfba11002bee9.
2020-11-02fix undefined cpo_save (#623)Fabien RAJAONARISON1-3/+5
2020-11-02Restore cpoptions before recursive ftdetect read, fixes #619 (#621)Cookies1-0/+8
2020-11-02Do not use [0:-1] syntax, fixes #616Adam Stankiewicz1-4/+4
2020-11-02Rename cpo_save variable to prevent conflicts, fixes #619Adam Stankiewicz1-3/+3
2020-11-02UpdateAdam Stankiewicz10-105/+430
2020-10-27Add support for PEG syntax (#615)Sinos4-1/+144
* feat: add pest syntax * feat: add pest into packages * feat: increase the package count
2020-10-26Add all paths, fixes #612Adam Stankiewicz1-1/+1
2020-10-26Use nroff filetype for man pages, closes #611Adam Stankiewicz5-13/+6
2020-10-25Fix conditions, #608Adam Stankiewicz1284-1284/+1284
2020-10-25Fix loading when vim8 packages are usedAdam Stankiewicz1-1/+1
2020-10-25Preserve loading order of plugins, fixes #608Adam Stankiewicz1287-1952/+1963
2020-10-25Remove debugging code, closes #607Adam Stankiewicz1-1/+1
2020-10-25Fix the filter of 'rtp' (#606)ichizok1-2/+2
On Windows, should handle both slash and backslash as the path separator in checking a path in 'rtp'.