index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
autoload
Age
Commit message (
Expand
)
Author
2019-06-01
Support custom LSP notifications
Martino Pilia
2019-05-31
Refactor LSP custom request handling
Martino Pilia
2019-05-31
Add API for custom LSP requests
Martino Pilia
2019-05-30
Fix #2544 - Completion positions are off by one
w0rp
2019-05-29
Merge pull request #2540 from sijad/pgformatter
w0rp
2019-05-28
Fix #2438 - Print a friendly message when the clipboard is not available
w0rp
2019-05-28
Fix #2535 - Automatically emit <C-x><C-o> less to prevent <C-o> issues
w0rp
2019-05-27
fix neovim missing setbufline
Jacques Kvam
2019-05-27
add pgformatter
Sajjad Hashemian
2019-05-22
Add fix to HandleTSServerDiagnostics function.
Horacio Sanson
2019-05-22
Fix HandleLSPDiagnostics buffer match logic.
Horacio Sanson
2019-05-21
Merge pull request #2502 from ericvw/flake8-config
w0rp
2019-05-20
Close #2516 - Handle problems with inlined functions
w0rp
2019-05-20
Fix #2421 - Use compile_commands.json in build dirs to find roots
w0rp
2019-05-20
Fix #2512 - Use -o /dev/null for gcc linting
w0rp
2019-05-20
Fix #2515 - Send client capabilities to LSP servers
w0rp
2019-05-20
Close #1739 - Use deletebufline() for fixing files were available
w0rp
2019-05-19
Change Python project root dir detection for flake8 configuration
Eric N. Vander Weele
2019-05-17
Fix #1317 - Jump to column 1 for problems at column 0
w0rp
2019-05-17
Fix #1989 - Use ESlint options for fixers too
w0rp
2019-05-17
Close #2285 - Add a function for use with omnifunc
w0rp
2019-05-16
Fix #2505 - Remove NeoVim highlight support for now
w0rp
2019-05-16
#2505 Try to fix NeoVim highlighting out of range errors
w0rp
2019-05-14
Close #829 - Close LSP documents when buffers are deleted
w0rp
2019-05-13
Fix #2497 - ALE should not lint on save when disabled after fixing
w0rp
2019-05-12
#2492 - Try to fix a deoplete bug again
w0rp
2019-05-12
Make eslint respect the ale_warn_about_trailing_whitespace setting
w0rp
2019-05-11
Support b:ale_completion_enabled for disabling it for some buffers
w0rp
2019-05-10
#2403 - Make ale_disable_lsp apply consistently, and document it better
w0rp
2019-05-09
#2481 - Use text to insert from insertText
w0rp
2019-05-07
Add fixer for OCaml ocp-indent (#2436)
Kanenobu Mitsuru
2019-05-05
Fix off by one error line highlight w/ nvim api
Andrey Popp
2019-05-02
Add XO as a linter/fixer for TypeScript files (#2453)
Alvin Chan
2019-05-01
Merge pull request #2437 from robertjlooby/add-floskell
w0rp
2019-05-01
Fix #2460 - Do not track when LSP linters are busy
w0rp
2019-05-01
Optionally use neovim's api-highlights (#2169)
Andrey Popp
2019-04-29
Merge pull request #2448 from reedriley/master
w0rp
2019-04-26
Disable fsync for writefile() calls for performance
w0rp
2019-04-24
Updated Vim version in Dockerfile and made UpdateTagStack clearer
Reed Riley
2019-04-23
Close #1753 - Implement minimum viable integration with Deoplete
w0rp
2019-04-23
Add a fixer for r based on the styler package (#2401)
Thibault Vatter
2019-04-23
Fix #2452 - Strip trailing spaces off sign text automatically
w0rp
2019-04-19
Add support for Vim's tagstack to ALEGoToDefinition
Reed Riley
2019-04-17
Fix #2415 - Mark tsserver and LSP linters inactive again
w0rp
2019-04-16
fix 2434: use text field instead of the detail field for virtualtext (#2441)
Jethro Shuwen Sun
2019-04-16
Fix #1930 - Finish ale_fix_on_save_ignore
w0rp
2019-04-15
#1930 - Add ale_fix_on_save_ignore for disabling some fixers on save
w0rp
2019-04-15
#782 - Use compile commands for matching source files for headers
w0rp
2019-04-15
improve the lsp diagnostic message format (#2425)
Jethro Shuwen Sun
2019-04-14
Add floskell for Haskell formatting
Rob Looby
[next]