.. |
completion
|
|
|
engine
|
Add g:ale_disable_lsp and b:ale_disable_lsp to disable linters powered by LSP
|
2019-03-30 15:29:17 +09:00 |
fix
|
Add fixer for OCaml ocp-indent (#2436)
|
2019-05-07 18:50:26 +01:00 |
fixers
|
Fix #1989 - Use ESlint options for fixers too
|
2019-05-17 20:45:25 +01:00 |
gradle
|
|
|
handlers
|
Make eslint respect the ale_warn_about_trailing_whitespace setting
|
2019-05-12 15:49:16 +01:00 |
lsp
|
Fix #2515 - Send client capabilities to LSP servers
|
2019-05-20 09:40:06 +01:00 |
args.vim
|
Add a function for parsing command args
|
2019-02-07 18:10:34 +00:00 |
assert.vim
|
Fix #1989 - Use ESlint options for fixers too
|
2019-05-17 20:45:25 +01:00 |
balloon.vim
|
|
|
c.vim
|
Fix #2512 - Use -o /dev/null for gcc linting
|
2019-05-20 13:00:32 +01:00 |
command.vim
|
#2132 - Replace command_chain and chain_with with ale#command#Run
|
2019-04-07 14:58:06 +01:00 |
completion.vim
|
Close #2285 - Add a function for use with omnifunc
|
2019-05-17 00:57:52 +01:00 |
cursor.vim
|
#2417 - Silence errors for shortmess+=T
|
2019-04-08 11:41:23 +01:00 |
d.vim
|
Remove otherproject#util#Double from d.vim
|
2019-04-13 07:59:01 +02:00 |
debugging.vim
|
Add additional ways to detect LSP project root
|
2019-01-26 04:46:41 +00:00 |
definition.vim
|
Updated Vim version in Dockerfile and made UpdateTagStack clearer
|
2019-04-24 09:58:13 -04:00 |
engine.vim
|
Close #829 - Close LSP documents when buffers are deleted
|
2019-05-14 00:21:58 +01:00 |
events.vim
|
Merge pull request #2056 from luan/virtualtext
|
2018-11-11 09:17:53 +00:00 |
filetypes.vim
|
Update syntax checking
|
2019-02-06 18:05:13 +00:00 |
fix.vim
|
Close #1739 - Use deletebufline() for fixing files were available
|
2019-05-20 02:06:25 +01:00 |
go.vim
|
Update syntax checking
|
2019-02-06 18:05:13 +00:00 |
gradle.vim
|
|
|
highlight.vim
|
Fix #2505 - Remove NeoVim highlight support for now
|
2019-05-16 20:04:18 +01:00 |
history.vim
|
|
|
hover.vim
|
Fix #2330 - Do not use getcurpos() to avoid changing curswant
|
2019-03-07 12:28:42 +00:00 |
java.vim
|
|
|
job.vim
|
Fix #2295 - Respond to initialize with an initialized message
|
2019-02-15 08:54:53 +00:00 |
julia.vim
|
|
|
linter.vim
|
Do not complain about generated _callback settings
|
2019-04-10 19:53:11 +01:00 |
list.vim
|
Fix #2368 - Open vertical list to the right
|
2019-03-16 21:39:11 -04:00 |
loclist_jumping.vim
|
Fix #1317 - Jump to column 1 for problems at column 0
|
2019-05-17 22:08:03 +01:00 |
lsp_linter.vim
|
#2403 - Make ale_disable_lsp apply consistently, and document it better
|
2019-05-10 13:42:41 +01:00 |
lsp.vim
|
Fix #2515 - Send client capabilities to LSP servers
|
2019-05-20 09:40:06 +01:00 |
node.vim
|
#2132 - Replace command_chain and chain_with with ale#command#Run
|
2019-04-07 14:58:06 +01:00 |
other_source.vim
|
#2017 Add support for display results from other sources
|
2018-10-29 18:28:28 +00:00 |
path.vim
|
#2357 Handle Windows paths where the drive letter colon is encoded
|
2019-03-13 16:44:29 +00:00 |
pattern_options.vim
|
|
|
powershell.vim
|
Linter for powershell syntax errors (#2413)
|
2019-04-13 12:24:56 +01:00 |
preview.vim
|
Fix #2330 - Do not use getcurpos() to avoid changing curswant
|
2019-03-07 12:28:42 +00:00 |
python.vim
|
python/pylint: Change directory to project root
|
2019-02-17 10:40:50 -07:00 |
references.vim
|
Fix #2402 - Handle null LSP references responses
|
2019-03-29 13:42:24 +00:00 |
ruby.vim
|
ruby: fix a typo in a comment
|
2019-03-15 16:18:57 -07:00 |
semver.vim
|
#2132 - Replace command_chain and chain_with with ale#command#Run
|
2019-04-07 14:58:06 +01:00 |
sign.vim
|
Fix #2452 - Strip trailing spaces off sign text automatically
|
2019-04-23 15:58:10 +01:00 |
socket.vim
|
|
|
statusline.vim
|
Update syntax checking
|
2019-02-06 18:05:13 +00:00 |
swift.vim
|
[lsp] Add Swift / SourceKit-LSP support (#2420)
|
2019-04-08 16:25:30 +01:00 |
symbol.vim
|
#2132 Use an on-init callback for all LSP logic
|
2019-02-13 17:26:37 +00:00 |
test.vim
|
#2132 - lint and fix with ale#command#Run
|
2019-02-06 22:00:11 +00:00 |
toggle.vim
|
Clear the virtualtext on disable
|
2019-02-20 11:08:27 +09:00 |
uri.vim
|
|
|
util.vim
|
Disable fsync for writefile() calls for performance
|
2019-04-26 20:17:33 +01:00 |
virtualtext.vim
|
fix 2434: use text field instead of the detail field for virtualtext (#2441)
|
2019-04-16 14:40:39 +01:00 |