summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Expand)Author
2019-01-06Improve perf for compile dbs in large projectsJacob Segal
2019-01-03Clean up the new g:ale_shell code. Use it for Windowsw0rp
2019-01-03Merge pull request #2167 from stegmanh/masterw0rp
2019-01-03Merge pull request #2168 from fx-carton/masterw0rp
2019-01-03Merge pull request #1988 from mdtusz/pipenv-blackw0rp
2019-01-02change ale to use value of g:ale_shell regardless of what it isHolden
2018-12-31Replace `trim` with `substitute` for compatibility (Vim <8.0.1630)Alvin Chan
2018-12-31Add associated line text on ALEFindReferences results for TypeScriptAlvin Chan
2018-12-29Fix CFLAGS parsingFrançois-Xavier Carton
2018-12-28address PR feedback by fixing docs and hardcoding bash to use -c on fish and ...Holden
2018-12-21Fixup tests for auto-pipenvMiklós Tusz
2018-12-21Remove unnecessary exe check for blackMiklós Tusz
2018-12-21Add auto_pipenv config for blackMiklós Tusz
2018-12-20Merge pull request #2141 from benjaminjkraft/masterw0rp
2018-12-19Add versions of ALEGoToDefinition that open in splitsBen Kraft
2018-12-18#2132 Change (buffer, lines) fixer functions to (buffer, done, lines)w0rp
2018-12-18Close #2152 - Use ale_javascript_standard_options for fixing files toow0rp
2018-12-10Adds standardrb linter (#2133)Justin Searls
2018-12-10#1520 - Add an :ALEDocumentation for tsserverw0rp
2018-12-07Merge branch 'master' of github.com:stegmanh/aleHolden
2018-12-07Add initial support for settings to overwrite ale shellHolden
2018-12-06Merge pull request #2061 from hsanson/1910-add-support-for-bibclean-fixerw0rp
2018-12-06refactor sasslint linter (#2077)Oskar Grunning
2018-12-01Add bibclen fixer supportHoracio Sanson
2018-11-30Merge pull request #2110 from w0rp/lazy-clipboardv2.3.0Ryan
2018-11-29Merge branch 'master' into sridharsBjorn Neergaard
2018-11-29Use single quotes to satisfy vintBjorn Neergaard
2018-11-29Only set the unnamed register at the end of :ALEInfoToClipboardBjorn Neergaard
2018-11-25Fixing linter problemsw0rp
2018-11-25Don't hardcode the namespace id for virtual textBjörn Linse
2018-11-19Merge pull request #2070 from meain/fixer-prettier-yamlw0rp
2018-11-19Fix #2084 - Disable mix by default, as it causes too many problemsw0rp
2018-11-17Fix bug where last c flag was ignoredJacob Segal
2018-11-14Add style highlights for virtualtext and document all of themw0rp
2018-11-14Add specific highlight groups for virtualtext (#2071)jamestthompson3
2018-11-12add yaml to registry for prettierAbin Simon
2018-11-11Merge pull request #2060 from meain/fixer-pretty-htmlw0rp
2018-11-11Merge pull request #2056 from luan/virtualtextw0rp
2018-11-10Merge pull request #2053 from andreypopp/fix-ocamlformat-stdin-stdoutw0rp
2018-11-10Fix #1960 - Do not fix files on :wqw0rp
2018-11-08Enable ESLint for Vue files by defaultw0rp
2018-11-06Fix info textLuan Santos
2018-11-06Move virtualtext handling to own fileLuan Santos
2018-11-07Add prettier to html formattersAbin Simon
2018-11-06Fix incorrect warning matchw0rp
2018-11-05Add support for nvim's virtualtext on cursorLuan Santos
2018-11-04Make ocamlformat work without temporary filesAndrey Popp
2018-11-04elixir-ls now recognizes umbrella projectsJon Parise
2018-10-31Merge pull request #2035 from jparise/lsp_config_callbackw0rp
2018-10-31Implement LSP symbol searchw0rp