summaryrefslogtreecommitdiff
path: root/autoload
AgeCommit message (Expand)Author
2019-05-16Fix #2505 - Remove NeoVim highlight support for noww0rp
2019-05-16#2505 Try to fix NeoVim highlighting out of range errorsw0rp
2019-05-14Close #829 - Close LSP documents when buffers are deletedw0rp
2019-05-13Fix #2497 - ALE should not lint on save when disabled after fixingw0rp
2019-05-12#2492 - Try to fix a deoplete bug againw0rp
2019-05-12Make eslint respect the ale_warn_about_trailing_whitespace settingw0rp
2019-05-11Support b:ale_completion_enabled for disabling it for some buffersw0rp
2019-05-10#2403 - Make ale_disable_lsp apply consistently, and document it betterw0rp
2019-05-09#2481 - Use text to insert from insertTextw0rp
2019-05-07Add fixer for OCaml ocp-indent (#2436)Kanenobu Mitsuru
2019-05-05Fix off by one error line highlight w/ nvim apiAndrey Popp
2019-05-02Add XO as a linter/fixer for TypeScript files (#2453)Alvin Chan
2019-05-01Merge pull request #2437 from robertjlooby/add-floskellw0rp
2019-05-01Fix #2460 - Do not track when LSP linters are busyw0rp
2019-05-01Optionally use neovim's api-highlights (#2169)Andrey Popp
2019-04-29Merge pull request #2448 from reedriley/masterw0rp
2019-04-26Disable fsync for writefile() calls for performancew0rp
2019-04-24Updated Vim version in Dockerfile and made UpdateTagStack clearerReed Riley
2019-04-23Close #1753 - Implement minimum viable integration with Deopletew0rp
2019-04-23Add a fixer for r based on the styler package (#2401)Thibault Vatter
2019-04-23Fix #2452 - Strip trailing spaces off sign text automaticallyw0rp
2019-04-19Add support for Vim's tagstack to ALEGoToDefinitionReed Riley
2019-04-17Fix #2415 - Mark tsserver and LSP linters inactive againw0rp
2019-04-16fix 2434: use text field instead of the detail field for virtualtext (#2441)Jethro Shuwen Sun
2019-04-16Fix #1930 - Finish ale_fix_on_save_ignorew0rp
2019-04-15#1930 - Add ale_fix_on_save_ignore for disabling some fixers on savew0rp
2019-04-15#782 - Use compile commands for matching source files for headersw0rp
2019-04-15improve the lsp diagnostic message format (#2425)Jethro Shuwen Sun
2019-04-14Add floskell for Haskell formattingRob Looby
2019-04-13Add support for latexindent (#2387)Riley Martine
2019-04-13Merge pull request #2394 from harttle/masterw0rp
2019-04-13Merge pull request #2433 from belka-ew/bugfix/remove-otherproject-util-doublew0rp
2019-04-13Linter for powershell syntax errors (#2413)Jesse Harris
2019-04-13Remove otherproject#util#Double from d.vimEugen Wissner
2019-04-11style: fecs related doc and vim scriptsJun Yang
2019-04-11feat: fecs support for js/html/css lint and formatharttle
2019-04-10Do not complain about generated _callback settingsw0rp
2019-04-10Merge pull request #2366 from aweis/fixtypow0rp
2019-04-08[lsp] Add Swift / SourceKit-LSP support (#2420)Dan Loman
2019-04-08Fix #2399 - Do not check buffers used for displaying diffsw0rp
2019-04-08#2417 - Silence errors for shortmess+=Tw0rp
2019-04-07Close #2132 - Add deprecation warnings for old featuresw0rp
2019-04-07#2132 - Implement feature tests with ale#Hasw0rp
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-04-02#2397 - didChangeConfiguration should be a notificationw0rp
2019-03-30Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSPrhysd
2019-03-29Merge pull request #2369 from ajcrites/ajcrites/2368/vertical-focus-fixw0rp
2019-03-29#2395 - Handle empty output for redpenw0rp
2019-03-29#2397 - disable elixir-ls by default, which can be CPU hungryw0rp
2019-03-29Fix #2402 - Handle null LSP references responsesw0rp